Html Css Color HEX #BCCB08 La Rioja

📋 copy color: '#BCCB08'

red 188 ◦ green 203 ◦ blue 8

#BCCB08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BCCB08

Tints of La Rioja #BCCB08

RGB

 RED value IS 188 (73.83% from 255) = 47.12%

 GREEN value IS 203 (79.69% from 255) = 50.88%

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 47.12%
G = 50.88%
B = 2.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#BCCB08 (or 0xBCCB08) is known color: La Rioja. HEX triplet: BC, CB and 08. RGB value is (188,203,8). Sum of RGB (Red+Green+Blue) = 188+203+8=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB08 is #4334F7. Grayscale: #B1B1B1. Windows color (decimal): -4404472 or 576444. OLE color: 576444.

HSL color Cylindrical-coordinate representation of color #BCCB08: hue angle of 64.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCCB08 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 8 -
CMYK 0.07 0 0.96 0.20
HSL 64.62º 0.92% 0.41% -
HSV(B) 64.62º 0.96% 0.8% -
XYZ 42.14 53.42 8.32 -
YUV 176.29 33.03 136.36 -
System Red Green Blue C M Y K H S L
Decimal 188 203 8 0.07 0 0.96 0.20 64.62 0.92 0.41
Hex BC CB 8 7 0 60 14 41 5C 29
Octal 274 313 10 7 0 140 24 101 134 51
Binary 10111100 11001011 1000 111 0 1100000 10100 1000001 1011100 101001

Color Harmonies of #BCCB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB08

Black with #BCCB08

Text Example


Text Example

White with #BCCB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB08; }

 p { color: rgb(188,203,8); }

 H1.HeaderClassName
 {
   color: #BCCB08;
 }
 .AnyTagClassName
 {
   color: #BCCB08;
 }
</style>

background-color css

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

 a { background-color: rgb(188,203,8); }

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

border-color css

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

 span { border-color: rgb(188,203,8); }

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