Html Css Color HEX #C4B802 La Rioja

📋 copy color: '#C4B802'

red 196 ◦ green 184 ◦ blue 2

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

Shades of La Rioja #C4B802

Tints of La Rioja #C4B802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.17%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 51.31%
G = 48.17%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C4B802 (or 0xC4B802) is known color: La Rioja. HEX triplet: C4, B8 and 02. RGB value is (196,184,2). Sum of RGB (Red+Green+Blue) = 196+184+2=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B802 is #3B47FD. Grayscale: #A7A7A7. Windows color (decimal): -3885054 or 178372. OLE color: 178372.

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

Color convert

RGB 196 184 2 -
CMYK 0 0.06 0.99 0.23
HSL 56.29º 0.98% 0.39% -
HSV(B) 56.29º 0.99% 0.77% -
XYZ 39.92 46.02 6.84 -
YUV 166.84 34.98 148.8 -
System Red Green Blue C M Y K H S L
Decimal 196 184 2 0 0.06 0.99 0.23 56.29 0.98 0.39
Hex C4 B8 2 0 6 63 17 38 62 27
Octal 304 270 2 0 6 143 27 70 142 47
Binary 11000100 10111000 10 0 110 1100011 10111 111000 1100010 100111

Color Harmonies of #C4B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B802

Black with #C4B802

Text Example


Text Example

White with #C4B802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B802; }

 p { color: rgb(196,184,2); }

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

background-color css

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

 a { background-color: rgb(196,184,2); }

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

border-color css

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

 span { border-color: rgb(196,184,2); }

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