Html Css Color HEX #C4BA02 La Rioja

📋 copy color: '#C4BA02'

red 196 ◦ green 186 ◦ blue 2

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

Shades of La Rioja #C4BA02

Tints of La Rioja #C4BA02

RGB

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

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

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

R = 51.04%
G = 48.44%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C4BA02 (or 0xC4BA02) is known color: La Rioja. HEX triplet: C4, BA and 02. RGB value is (196,186,2). Sum of RGB (Red+Green+Blue) = 196+186+2=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA02 is #3B45FD. Grayscale: #A8A8A8. Windows color (decimal): -3884542 or 178884. OLE color: 178884.

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

Color convert

RGB 196 186 2 -
CMYK 0 0.05 0.99 0.23
HSL 56.91º 0.98% 0.39% -
HSV(B) 56.91º 0.99% 0.77% -
XYZ 40.33 46.86 6.98 -
YUV 168.01 34.31 147.96 -
System Red Green Blue C M Y K H S L
Decimal 196 186 2 0 0.05 0.99 0.23 56.91 0.98 0.39
Hex C4 BA 2 0 5 63 17 39 62 27
Octal 304 272 2 0 5 143 27 71 142 47
Binary 11000100 10111010 10 0 101 1100011 10111 111001 1100010 100111

Color Harmonies of #C4BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA02

Black with #C4BA02

Text Example


Text Example

White with #C4BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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