Html Css Color HEX #C2B90C La Rioja

📋 copy color: '#C2B90C'

red 194 ◦ green 185 ◦ blue 12

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

Shades of La Rioja #C2B90C

Tints of La Rioja #C2B90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

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

R = 49.62%
G = 47.31%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2B90C (or 0xC2B90C) is known color: La Rioja. HEX triplet: C2, B9 and 0C. RGB value is (194,185,12). Sum of RGB (Red+Green+Blue) = 194+185+12=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B90C is #3D46F3. Grayscale: #A8A8A8. Windows color (decimal): -4015860 or 833986. OLE color: 833986.

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

Color convert

RGB 194 185 12 -
CMYK 0 0.05 0.94 0.24
HSL 57.03º 0.88% 0.4% -
HSV(B) 57.03º 0.94% 0.76% -
XYZ 39.66 46.19 7.17 -
YUV 167.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 194 185 12 0 0.05 0.94 0.24 57.03 0.88 0.4
Hex C2 B9 C 0 5 5E 18 39 58 28
Octal 302 271 14 0 5 136 30 71 130 50
Binary 11000010 10111001 1100 0 101 1011110 11000 111001 1011000 101000

Color Harmonies of #C2B90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B90C

Black with #C2B90C

Text Example


Text Example

White with #C2B90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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