Html Css Color HEX #C0B20B La Rioja

📋 copy color: '#C0B20B'

red 192 ◦ green 178 ◦ blue 11

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

Shades of La Rioja #C0B20B

Tints of La Rioja #C0B20B

RGB

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

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

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

R = 50.39%
G = 46.72%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0B20B (or 0xC0B20B) is known color: La Rioja. HEX triplet: C0, B2 and 0B. RGB value is (192,178,11). Sum of RGB (Red+Green+Blue) = 192+178+11=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B20B is #3F4DF4. Grayscale: #A3A3A3. Windows color (decimal): -4148725 or 766656. OLE color: 766656.

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

Color convert

RGB 192 178 11 -
CMYK 0 0.07 0.94 0.25
HSL 55.36º 0.89% 0.4% -
HSV(B) 55.36º 0.94% 0.75% -
XYZ 37.72 43.07 6.64 -
YUV 163.15 42.14 148.58 -
System Red Green Blue C M Y K H S L
Decimal 192 178 11 0 0.07 0.94 0.25 55.36 0.89 0.4
Hex C0 B2 B 0 7 5E 19 37 59 28
Octal 300 262 13 0 7 136 31 67 131 50
Binary 11000000 10110010 1011 0 111 1011110 11001 110111 1011001 101000

Color Harmonies of #C0B20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B20B

Black with #C0B20B

Text Example


Text Example

White with #C0B20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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