Html Css Color HEX #C2C90C La Rioja

📋 copy color: '#C2C90C'

red 194 ◦ green 201 ◦ blue 12

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

Shades of La Rioja #C2C90C

Tints of La Rioja #C2C90C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.39%

 BLUE value IS 12 (5.08% from 255) = 2.95%

R = 47.67%
G = 49.39%
B = 2.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C2C90C (or 0xC2C90C) is known color: La Rioja. HEX triplet: C2, C9 and 0C. RGB value is (194,201,12). Sum of RGB (Red+Green+Blue) = 194+201+12=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C90C is #3D36F3. Grayscale: #B2B2B2. Windows color (decimal): -4011764 or 838082. OLE color: 838082.

HSL color Cylindrical-coordinate representation of color #C2C90C: hue angle of 62.22º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2C90C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 201 12 -
CMYK 0.03 0 0.94 0.21
HSL 62.22º 0.89% 0.42% -
HSV(B) 62.22º 0.94% 0.79% -
XYZ 43.2 53.27 8.35 -
YUV 177.36 34.68 139.87 -
System Red Green Blue C M Y K H S L
Decimal 194 201 12 0.03 0 0.94 0.21 62.22 0.89 0.42
Hex C2 C9 C 3 0 5E 15 3E 59 2A
Octal 302 311 14 3 0 136 25 76 131 52
Binary 11000010 11001001 1100 11 0 1011110 10101 111110 1011001 101010

Color Harmonies of #C2C90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C90C

Black with #C2C90C

Text Example


Text Example

White with #C2C90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C90C; }

 p { color: rgb(194,201,12); }

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

background-color css

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

 a { background-color: rgb(194,201,12); }

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

border-color css

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

 span { border-color: rgb(194,201,12); }

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