Html Css Color HEX #C2B20B La Rioja

📋 copy color: '#C2B20B'

red 194 ◦ green 178 ◦ blue 11

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

Shades of La Rioja #C2B20B

Tints of La Rioja #C2B20B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.48%

 BLUE value IS 11 (4.69% from 255) = 2.87%

R = 50.65%
G = 46.48%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2B20B (or 0xC2B20B) is known color: La Rioja. HEX triplet: C2, B2 and 0B. RGB value is (194,178,11). Sum of RGB (Red+Green+Blue) = 194+178+11=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B20B is #3D4DF4. Grayscale: #A4A4A4. Windows color (decimal): -4017653 or 766658. OLE color: 766658.

HSL color Cylindrical-coordinate representation of color #C2B20B: hue angle of 54.75º degrees, saturation: 0.89, 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 #C2B20B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 11 -
CMYK 0 0.08 0.94 0.24
HSL 54.75º 0.89% 0.4% -
HSV(B) 54.75º 0.94% 0.76% -
XYZ 38.23 43.33 6.67 -
YUV 163.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 194 178 11 0 0.08 0.94 0.24 54.75 0.89 0.4
Hex C2 B2 B 0 8 5E 18 37 59 28
Octal 302 262 13 0 10 136 30 67 131 50
Binary 11000010 10110010 1011 0 1000 1011110 11000 110111 1011001 101000

Color Harmonies of #C2B20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B20B

Black with #C2B20B

Text Example


Text Example

White with #C2B20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B20B; }

 p { color: rgb(194,178,11); }

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

background-color css

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

 a { background-color: rgb(194,178,11); }

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

border-color css

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

 span { border-color: rgb(194,178,11); }

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