Html Css Color HEX #C4BA00 La Rioja

📋 copy color: '#C4BA00'

red 196 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #C4BA00

Tints of La Rioja #C4BA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.69%

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

R = 51.31%
G = 48.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C4BA00 (or 0xC4BA00) is known color: La Rioja. HEX triplet: C4, BA and 00. RGB value is (196,186,0). Sum of RGB (Red+Green+Blue) = 196+186+0=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA00 is #3B45FF. Grayscale: #A8A8A8. Windows color (decimal): -3884544 or 47812. OLE color: 47812.

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

Color convert

RGB 196 186 0 -
CMYK 0 0.05 1 0.23
HSL 56.94º 1% 0.38% -
HSV(B) 56.94º 1% 0.77% -
XYZ 40.32 46.85 6.92 -
YUV 167.79 33.31 148.12 -
System Red Green Blue C M Y K H S L
Decimal 196 186 0 0 0.05 1 0.23 56.94 1 0.38
Hex C4 BA 0 0 5 64 17 39 64 26
Octal 304 272 0 0 5 144 27 71 144 46
Binary 11000100 10111010 0 0 101 1100100 10111 111001 1100100 100110

Color Harmonies of #C4BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA00

Black with #C4BA00

Text Example


Text Example

White with #C4BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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