Html Css Color HEX #C4B800 La Rioja

📋 copy color: '#C4B800'

red 196 ◦ green 184 ◦ blue 0

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

Shades of La Rioja #C4B800

Tints of La Rioja #C4B800

RGB

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

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

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

R = 51.58%
G = 48.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C4B800 (or 0xC4B800) is known color: La Rioja. HEX triplet: C4, B8 and 00. RGB value is (196,184,0). Sum of RGB (Red+Green+Blue) = 196+184+0=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B800 is #3B47FF. Grayscale: #A7A7A7. Windows color (decimal): -3885056 or 47300. OLE color: 47300.

HSL color Cylindrical-coordinate representation of color #C4B800: hue angle of 56.33º 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 #C4B800 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 184 0 -
CMYK 0 0.06 1 0.23
HSL 56.33º 1% 0.38% -
HSV(B) 56.33º 1% 0.77% -
XYZ 39.91 46.02 6.78 -
YUV 166.61 33.98 148.96 -
System Red Green Blue C M Y K H S L
Decimal 196 184 0 0 0.06 1 0.23 56.33 1 0.38
Hex C4 B8 0 0 6 64 17 38 64 26
Octal 304 270 0 0 6 144 27 70 144 46
Binary 11000100 10111000 0 0 110 1100100 10111 111000 1100100 100110

Color Harmonies of #C4B800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B800

Black with #C4B800

Text Example


Text Example

White with #C4B800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B800; }

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

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

background-color css

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

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

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

border-color css

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

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

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