Html Css Color HEX #C2BB0A La Rioja

📋 copy color: '#C2BB0A'

red 194 ◦ green 187 ◦ blue 10

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

Shades of La Rioja #C2BB0A

Tints of La Rioja #C2BB0A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.83%

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 49.62%
G = 47.83%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2BB0A (or 0xC2BB0A) is known color: La Rioja. HEX triplet: C2, BB and 0A. RGB value is (194,187,10). Sum of RGB (Red+Green+Blue) = 194+187+10=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB0A is #3D44F5. Grayscale: #A9A9A9. Windows color (decimal): -4015350 or 703426. OLE color: 703426.

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

Color convert

RGB 194 187 10 -
CMYK 0 0.04 0.95 0.24
HSL 57.72º 0.9% 0.4% -
HSV(B) 57.72º 0.95% 0.76% -
XYZ 40.07 47.03 7.25 -
YUV 168.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 194 187 10 0 0.04 0.95 0.24 57.72 0.9 0.4
Hex C2 BB A 0 4 5F 18 3A 5A 28
Octal 302 273 12 0 4 137 30 72 132 50
Binary 11000010 10111011 1010 0 100 1011111 11000 111010 1011010 101000

Color Harmonies of #C2BB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB0A

Black with #C2BB0A

Text Example


Text Example

White with #C2BB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB0A; }

 p { color: rgb(194,187,10); }

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

background-color css

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

 a { background-color: rgb(194,187,10); }

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

border-color css

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

 span { border-color: rgb(194,187,10); }

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