Html Css Color HEX #C4BC04 La Rioja

📋 copy color: '#C4BC04'

red 196 ◦ green 188 ◦ blue 4

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

Shades of La Rioja #C4BC04

Tints of La Rioja #C4BC04

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C4BC04 (or 0xC4BC04) is known color: La Rioja. HEX triplet: C4, BC and 04. RGB value is (196,188,4). Sum of RGB (Red+Green+Blue) = 196+188+4=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BC04 is #3B43FB. Grayscale: #AAAAAA. Windows color (decimal): -3884028 or 310468. OLE color: 310468.

HSL color Cylindrical-coordinate representation of color #C4BC04: hue angle of 57.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 #C4BC04 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 4 -
CMYK 0 0.04 0.98 0.23
HSL 57.5º 0.96% 0.39% -
HSV(B) 57.5º 0.98% 0.77% -
XYZ 40.77 47.71 7.18 -
YUV 169.42 34.65 146.96 -
System Red Green Blue C M Y K H S L
Decimal 196 188 4 0 0.04 0.98 0.23 57.5 0.96 0.39
Hex C4 BC 4 0 4 62 17 3A 60 27
Octal 304 274 4 0 4 142 27 72 140 47
Binary 11000100 10111100 100 0 100 1100010 10111 111010 1100000 100111

Color Harmonies of #C4BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC04

Black with #C4BC04

Text Example


Text Example

White with #C4BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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