Html Css Color HEX #C0BE06 La Rioja

📋 copy color: '#C0BE06'

red 192 ◦ green 190 ◦ blue 6

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

Shades of La Rioja #C0BE06

Tints of La Rioja #C0BE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 49.48%
G = 48.97%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C0BE06 (or 0xC0BE06) is known color: La Rioja. HEX triplet: C0, BE and 06. RGB value is (192,190,6). Sum of RGB (Red+Green+Blue) = 192+190+6=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BE06 is #3F41F9. Grayscale: #AAAAAA. Windows color (decimal): -4145658 or 442048. OLE color: 442048.

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

Color convert

RGB 192 190 6 -
CMYK 0 0.01 0.97 0.25
HSL 59.35º 0.94% 0.39% -
HSV(B) 59.35º 0.97% 0.75% -
XYZ 40.18 48.05 7.33 -
YUV 169.62 35.66 143.96 -
System Red Green Blue C M Y K H S L
Decimal 192 190 6 0 0.01 0.97 0.25 59.35 0.94 0.39
Hex C0 BE 6 0 1 61 19 3B 5E 27
Octal 300 276 6 0 1 141 31 73 136 47
Binary 11000000 10111110 110 0 1 1100001 11001 111011 1011110 100111

Color Harmonies of #C0BE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE06

Black with #C0BE06

Text Example


Text Example

White with #C0BE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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