Html Css Color HEX #C2BA00 La Rioja

📋 copy color: '#C2BA00'

red 194 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #C2BA00

Tints of La Rioja #C2BA00

RGB

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

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

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

R = 51.05%
G = 48.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C2BA00 (or 0xC2BA00) is known color: La Rioja. HEX triplet: C2, BA and 00. RGB value is (194,186,0). Sum of RGB (Red+Green+Blue) = 194+186+0=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BA00 is #3D45FF. Grayscale: #A7A7A7. Windows color (decimal): -4015616 or 47810. OLE color: 47810.

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

Color convert

RGB 194 186 0 -
CMYK 0 0.04 1 0.24
HSL 57.53º 1% 0.38% -
HSV(B) 57.53º 1% 0.76% -
XYZ 39.81 46.59 6.89 -
YUV 167.19 33.65 147.12 -
System Red Green Blue C M Y K H S L
Decimal 194 186 0 0 0.04 1 0.24 57.53 1 0.38
Hex C2 BA 0 0 4 64 18 3A 64 26
Octal 302 272 0 0 4 144 30 72 144 46
Binary 11000010 10111010 0 0 100 1100100 11000 111010 1100100 100110

Color Harmonies of #C2BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA00

Black with #C2BA00

Text Example


Text Example

White with #C2BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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