Html Css Color HEX #C4BA08 La Rioja

📋 copy color: '#C4BA08'

red 196 ◦ green 186 ◦ blue 8

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

Shades of La Rioja #C4BA08

Tints of La Rioja #C4BA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 50.26%
G = 47.69%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C4BA08 (or 0xC4BA08) is known color: La Rioja. HEX triplet: C4, BA and 08. RGB value is (196,186,8). Sum of RGB (Red+Green+Blue) = 196+186+8=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA08 is #3B45F7. Grayscale: #A9A9A9. Windows color (decimal): -3884536 or 572100. OLE color: 572100.

HSL color Cylindrical-coordinate representation of color #C4BA08: hue angle of 56.81º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4BA08 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 8 -
CMYK 0 0.05 0.96 0.23
HSL 56.81º 0.92% 0.4% -
HSV(B) 56.81º 0.96% 0.77% -
XYZ 40.37 46.87 7.15 -
YUV 168.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 196 186 8 0 0.05 0.96 0.23 56.81 0.92 0.4
Hex C4 BA 8 0 5 60 17 39 5C 28
Octal 304 272 10 0 5 140 27 71 134 50
Binary 11000100 10111010 1000 0 101 1100000 10111 111001 1011100 101000

Color Harmonies of #C4BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA08

Black with #C4BA08

Text Example


Text Example

White with #C4BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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