Html Css Color HEX #C0B20A La Rioja

📋 copy color: '#C0B20A'

red 192 ◦ green 178 ◦ blue 10

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

Shades of La Rioja #C0B20A

Tints of La Rioja #C0B20A

RGB

 RED value IS 192 (75.39% from 255) = 50.53%

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

 BLUE value IS 10 (4.3% from 255) = 2.63%

R = 50.53%
G = 46.84%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0B20A (or 0xC0B20A) is known color: La Rioja. HEX triplet: C0, B2 and 0A. RGB value is (192,178,10). Sum of RGB (Red+Green+Blue) = 192+178+10=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B20A is #3F4DF5. Grayscale: #A3A3A3. Windows color (decimal): -4148726 or 701120. OLE color: 701120.

HSL color Cylindrical-coordinate representation of color #C0B20A: hue angle of 55.38º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0B20A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 10 -
CMYK 0 0.07 0.95 0.25
HSL 55.38º 0.9% 0.4% -
HSV(B) 55.38º 0.95% 0.75% -
XYZ 37.71 43.07 6.61 -
YUV 163.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 192 178 10 0 0.07 0.95 0.25 55.38 0.9 0.4
Hex C0 B2 A 0 7 5F 19 37 5A 28
Octal 300 262 12 0 7 137 31 67 132 50
Binary 11000000 10110010 1010 0 111 1011111 11001 110111 1011010 101000

Color Harmonies of #C0B20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B20A

Black with #C0B20A

Text Example


Text Example

White with #C0B20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B20A; }

 p { color: rgb(192,178,10); }

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

background-color css

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

 a { background-color: rgb(192,178,10); }

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

border-color css

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

 span { border-color: rgb(192,178,10); }

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