Html Css Color HEX #BCC404 La Rioja

📋 copy color: '#BCC404'

red 188 ◦ green 196 ◦ blue 4

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

Shades of La Rioja #BCC404

Tints of La Rioja #BCC404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 48.45%
G = 50.52%
B = 1.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#BCC404 (or 0xBCC404) is known color: La Rioja. HEX triplet: BC, C4 and 04. RGB value is (188,196,4). Sum of RGB (Red+Green+Blue) = 188+196+4=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC404 is #433BFB. Grayscale: #ACACAC. Windows color (decimal): -4406268 or 312508. OLE color: 312508.

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

Color convert

RGB 188 196 4 -
CMYK 0.04 0 0.98 0.23
HSL 62.5º 0.96% 0.39% -
HSV(B) 62.5º 0.98% 0.77% -
XYZ 40.5 50.18 7.67 -
YUV 171.72 33.35 139.61 -
System Red Green Blue C M Y K H S L
Decimal 188 196 4 0.04 0 0.98 0.23 62.5 0.96 0.39
Hex BC C4 4 4 0 62 17 3F 60 27
Octal 274 304 4 4 0 142 27 77 140 47
Binary 10111100 11000100 100 100 0 1100010 10111 111111 1100000 100111

Color Harmonies of #BCC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC404

Black with #BCC404

Text Example


Text Example

White with #BCC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC404; }

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

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

background-color css

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

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

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

border-color css

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

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

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