Html Css Color HEX #C2B702 La Rioja

📋 copy color: '#C2B702'

red 194 ◦ green 183 ◦ blue 2

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

Shades of La Rioja #C2B702

Tints of La Rioja #C2B702

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.28%

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

R = 51.19%
G = 48.28%
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

#C2B702 (or 0xC2B702) is known color: La Rioja. HEX triplet: C2, B7 and 02. RGB value is (194,183,2). Sum of RGB (Red+Green+Blue) = 194+183+2=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B702 is #3D48FD. Grayscale: #A6A6A6. Windows color (decimal): -4016382 or 178114. OLE color: 178114.

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

Color convert

RGB 194 183 2 -
CMYK 0 0.06 0.99 0.24
HSL 56.56º 0.98% 0.38% -
HSV(B) 56.56º 0.99% 0.76% -
XYZ 39.19 45.34 6.74 -
YUV 165.66 35.64 148.22 -
System Red Green Blue C M Y K H S L
Decimal 194 183 2 0 0.06 0.99 0.24 56.56 0.98 0.38
Hex C2 B7 2 0 6 63 18 39 62 26
Octal 302 267 2 0 6 143 30 71 142 46
Binary 11000010 10110111 10 0 110 1100011 11000 111001 1100010 100110

Color Harmonies of #C2B702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B702

Black with #C2B702

Text Example


Text Example

White with #C2B702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B702; }

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

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

background-color css

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

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

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

border-color css

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

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

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