Html Css Color HEX #C0BE11 La Rioja

📋 copy color: '#C0BE11'

red 192 ◦ green 190 ◦ blue 17

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

Shades of La Rioja #C0BE11

Tints of La Rioja #C0BE11

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.62%

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 48.12%
G = 47.62%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0BE11 (or 0xC0BE11) is known color: La Rioja. HEX triplet: C0, BE and 11. RGB value is (192,190,17). Sum of RGB (Red+Green+Blue) = 192+190+17=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BE11 is #3F41EE. Grayscale: #ABABAB. Windows color (decimal): -4145647 or 1162944. OLE color: 1162944.

HSL color Cylindrical-coordinate representation of color #C0BE11: hue angle of 59.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0BE11 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 190 17 -
CMYK 0 0.01 0.91 0.25
HSL 59.31º 0.84% 0.41% -
HSV(B) 59.31º 0.91% 0.75% -
XYZ 40.25 48.07 7.69 -
YUV 170.88 41.16 143.07 -
System Red Green Blue C M Y K H S L
Decimal 192 190 17 0 0.01 0.91 0.25 59.31 0.84 0.41
Hex C0 BE 11 0 1 5B 19 3B 54 29
Octal 300 276 21 0 1 133 31 73 124 51
Binary 11000000 10111110 10001 0 1 1011011 11001 111011 1010100 101001

Color Harmonies of #C0BE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE11

Black with #C0BE11

Text Example


Text Example

White with #C0BE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE11; }

 p { color: rgb(192,190,17); }

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

background-color css

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

 a { background-color: rgb(192,190,17); }

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

border-color css

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

 span { border-color: rgb(192,190,17); }

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