#BCCA0B

Color #BCCA0B La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BCCA0B

Tints of La Rioja #BCCA0B

Color information

#BCCA0B (or 0xBCCA0B) is unknown color: approx La Rioja. HEX triplet: BC, CA and 0B. RGB value is (188,202,11). Sum of RGB (Red+Green+Blue) = 188+202+11=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCA0B is #4335F4. Grayscale: #B0B0B0. Windows color (decimal): -4404725 or 772796. OLE color: 772796.

HSL color Cylindrical-coordinate representation of color #BCCA0B: hue angle of 64.4º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCCA0B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB18820211-
CMYK0.0700.950.21
HSL64.4º89.67%41.76%-
HSV(B)64.4º94.55%79.22%-
XYZ41.9252.968.33-
YUV176.0434.86136.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 11 (4.69% from 255) = 2.74%
R=46.88%
G=50.37%
B=2.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188202110.0700.950.2164.489.6741.76
HexBCCAB705F15405a2a
Octal27431213701372510013252
Binary10111100110010101011111010111111010110000001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA0B; }

 p { color: rgb(188,202,11); }

 H1.HeaderClassName
 {
   color: #BCCA0B;
 }
 .AnyTagClassName
 {
   color: #BCCA0B;
 }
</style>
background-color css

<style>
 a { background-color: #BCCA0B; }

 a { background-color: rgb(188,202,11); }

 div.DivClassName
 {
   background-color: #BCCA0B;
 }
 .BgClassName
 {
   background-color: #BCCA0B;
 }
</style>
border-color css

<style>
 span { border-color: #BCCA0B; }

 span { border-color: rgb(188,202,11); }

 td.TdClassName
 {
   border-color: #BCCA0B;
 }
 .TagClassName
 {
   border-color: #BCCA0B;
 }
</style>