Html Css Color HEX #C0B90B La Rioja

📋 copy color: '#C0B90B'

red 192 ◦ green 185 ◦ blue 11

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

Shades of La Rioja #C0B90B

Tints of La Rioja #C0B90B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

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

R = 49.48%
G = 47.68%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0B90B (or 0xC0B90B) is known color: La Rioja. HEX triplet: C0, B9 and 0B. RGB value is (192,185,11). Sum of RGB (Red+Green+Blue) = 192+185+11=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B90B is #3F46F4. Grayscale: #A7A7A7. Windows color (decimal): -4146933 or 768448. OLE color: 768448.

HSL color Cylindrical-coordinate representation of color #C0B90B: hue angle of 57.68º 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 #C0B90B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 11 -
CMYK 0 0.04 0.94 0.25
HSL 57.68º 0.89% 0.4% -
HSV(B) 57.68º 0.94% 0.75% -
XYZ 39.15 45.93 7.12 -
YUV 167.26 39.82 145.65 -
System Red Green Blue C M Y K H S L
Decimal 192 185 11 0 0.04 0.94 0.25 57.68 0.89 0.4
Hex C0 B9 B 0 4 5E 19 3A 59 28
Octal 300 271 13 0 4 136 31 72 131 50
Binary 11000000 10111001 1011 0 100 1011110 11001 111010 1011001 101000

Color Harmonies of #C0B90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B90B

Black with #C0B90B

Text Example


Text Example

White with #C0B90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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