Html Css Color HEX #C2B602 La Rioja

📋 copy color: '#C2B602'

red 194 ◦ green 182 ◦ blue 2

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

Shades of La Rioja #C2B602

Tints of La Rioja #C2B602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.15%

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

R = 51.32%
G = 48.15%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2B602 (or 0xC2B602) is known color: La Rioja. HEX triplet: C2, B6 and 02. RGB value is (194,182,2). Sum of RGB (Red+Green+Blue) = 194+182+2=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B602 is #3D49FD. Grayscale: #A5A5A5. Windows color (decimal): -4016638 or 177858. OLE color: 177858.

HSL color Cylindrical-coordinate representation of color #C2B602: hue angle of 56.25º 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 #C2B602 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 182 2 -
CMYK 0 0.06 0.99 0.24
HSL 56.25º 0.98% 0.38% -
HSV(B) 56.25º 0.99% 0.76% -
XYZ 38.99 44.93 6.67 -
YUV 165.07 35.98 148.64 -
System Red Green Blue C M Y K H S L
Decimal 194 182 2 0 0.06 0.99 0.24 56.25 0.98 0.38
Hex C2 B6 2 0 6 63 18 38 62 26
Octal 302 266 2 0 6 143 30 70 142 46
Binary 11000010 10110110 10 0 110 1100011 11000 111000 1100010 100110

Color Harmonies of #C2B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B602

Black with #C2B602

Text Example


Text Example

White with #C2B602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B602; }

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

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

background-color css

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

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

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

border-color css

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

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

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