Html Css Color HEX #C2BA06 La Rioja

📋 copy color: '#C2BA06'

red 194 ◦ green 186 ◦ blue 6

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

Shades of La Rioja #C2BA06

Tints of La Rioja #C2BA06

RGB

 RED value IS 194 (76.17% from 255) = 50.26%

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

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 50.26%
G = 48.19%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C2BA06 (or 0xC2BA06) is known color: La Rioja. HEX triplet: C2, BA and 06. RGB value is (194,186,6). Sum of RGB (Red+Green+Blue) = 194+186+6=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BA06 is #3D45F9. Grayscale: #A8A8A8. Windows color (decimal): -4015610 or 441026. OLE color: 441026.

HSL color Cylindrical-coordinate representation of color #C2BA06: hue angle of 57.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2BA06 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 6 -
CMYK 0 0.04 0.97 0.24
HSL 57.45º 0.94% 0.39% -
HSV(B) 57.45º 0.97% 0.76% -
XYZ 39.84 46.6 7.07 -
YUV 167.87 36.65 146.64 -
System Red Green Blue C M Y K H S L
Decimal 194 186 6 0 0.04 0.97 0.24 57.45 0.94 0.39
Hex C2 BA 6 0 4 61 18 39 5E 27
Octal 302 272 6 0 4 141 30 71 136 47
Binary 11000010 10111010 110 0 100 1100001 11000 111001 1011110 100111

Color Harmonies of #C2BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA06

Black with #C2BA06

Text Example


Text Example

White with #C2BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA06; }

 p { color: rgb(194,186,6); }

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

background-color css

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

 a { background-color: rgb(194,186,6); }

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

border-color css

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

 span { border-color: rgb(194,186,6); }

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