Html Css Color HEX #BCC408 La Rioja

📋 copy color: '#BCC408'

red 188 ◦ green 196 ◦ blue 8

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

Shades of La Rioja #BCC408

Tints of La Rioja #BCC408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50%

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

R = 47.96%
G = 50%
B = 2.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#BCC408 (or 0xBCC408) is known color: La Rioja. HEX triplet: BC, C4 and 08. RGB value is (188,196,8). Sum of RGB (Red+Green+Blue) = 188+196+8=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC408 is #433BF7. Grayscale: #ACACAC. Windows color (decimal): -4406264 or 574652. OLE color: 574652.

HSL color Cylindrical-coordinate representation of color #BCC408: hue angle of 62.55º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCC408 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 8 -
CMYK 0.04 0 0.96 0.23
HSL 62.55º 0.92% 0.4% -
HSV(B) 62.55º 0.96% 0.77% -
XYZ 40.52 50.19 7.78 -
YUV 172.18 35.35 139.29 -
System Red Green Blue C M Y K H S L
Decimal 188 196 8 0.04 0 0.96 0.23 62.55 0.92 0.4
Hex BC C4 8 4 0 60 17 3F 5C 28
Octal 274 304 10 4 0 140 27 77 134 50
Binary 10111100 11000100 1000 100 0 1100000 10111 111111 1011100 101000

Color Harmonies of #BCC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC408

Black with #BCC408

Text Example


Text Example

White with #BCC408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC408; }

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

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

background-color css

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

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

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

border-color css

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

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

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