Html Css Color HEX #C4B600 La Rioja

📋 copy color: '#C4B600'

red 196 ◦ green 182 ◦ blue 0

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

Shades of La Rioja #C4B600

Tints of La Rioja #C4B600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.85%
G = 48.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C4B600 (or 0xC4B600) is known color: La Rioja. HEX triplet: C4, B6 and 00. RGB value is (196,182,0). Sum of RGB (Red+Green+Blue) = 196+182+0=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B600 is #3B49FF. Grayscale: #A6A6A6. Windows color (decimal): -3885568 or 46788. OLE color: 46788.

HSL color Cylindrical-coordinate representation of color #C4B600: hue angle of 55.71º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4B600 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 182 0 -
CMYK 0 0.07 1 0.23
HSL 55.71º 1% 0.38% -
HSV(B) 55.71º 1% 0.77% -
XYZ 39.49 45.19 6.64 -
YUV 165.44 34.64 149.8 -
System Red Green Blue C M Y K H S L
Decimal 196 182 0 0 0.07 1 0.23 55.71 1 0.38
Hex C4 B6 0 0 7 64 17 38 64 26
Octal 304 266 0 0 7 144 27 70 144 46
Binary 11000100 10110110 0 0 111 1100100 10111 111000 1100100 100110

Color Harmonies of #C4B600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B600

Black with #C4B600

Text Example


Text Example

White with #C4B600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B600; }

 p { color: rgb(196,182,0); }

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

background-color css

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

 a { background-color: rgb(196,182,0); }

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

border-color css

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

 span { border-color: rgb(196,182,0); }

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