Html Css Color HEX #C2B902 La Rioja

📋 copy color: '#C2B902'

red 194 ◦ green 185 ◦ blue 2

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

Shades of La Rioja #C2B902

Tints of La Rioja #C2B902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 50.92%
G = 48.56%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2B902 (or 0xC2B902) is known color: La Rioja. HEX triplet: C2, B9 and 02. RGB value is (194,185,2). Sum of RGB (Red+Green+Blue) = 194+185+2=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B902 is #3D46FD. Grayscale: #A7A7A7. Windows color (decimal): -4015870 or 178626. OLE color: 178626.

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

Color convert

RGB 194 185 2 -
CMYK 0 0.05 0.99 0.24
HSL 57.19º 0.98% 0.38% -
HSV(B) 57.19º 0.99% 0.76% -
XYZ 39.61 46.17 6.88 -
YUV 166.83 34.98 147.38 -
System Red Green Blue C M Y K H S L
Decimal 194 185 2 0 0.05 0.99 0.24 57.19 0.98 0.38
Hex C2 B9 2 0 5 63 18 39 62 26
Octal 302 271 2 0 5 143 30 71 142 46
Binary 11000010 10111001 10 0 101 1100011 11000 111001 1100010 100110

Color Harmonies of #C2B902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B902

Black with #C2B902

Text Example


Text Example

White with #C2B902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B902; }

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

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

background-color css

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

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

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

border-color css

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

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

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