Html Css Color HEX #C0BE2C Rio Grande

📋 copy color: '#C0BE2C'

red 192 ◦ green 190 ◦ blue 44

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

Shades of Rio Grande #C0BE2C

Tints of Rio Grande #C0BE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.33%

R = 45.07%
G = 44.6%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0BE2C (or 0xC0BE2C) is known color: Rio Grande. HEX triplet: C0, BE and 2C. RGB value is (192,190,44). Sum of RGB (Red+Green+Blue) = 192+190+44=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE2C is #3F41D3. Grayscale: #AEAEAE. Windows color (decimal): -4145620 or 2932416. OLE color: 2932416.

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

Color convert

RGB 192 190 44 -
CMYK 0 0.01 0.77 0.25
HSL 59.19º 0.63% 0.46% -
HSV(B) 59.19º 0.77% 0.75% -
XYZ 40.61 48.22 9.55 -
YUV 173.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 192 190 44 0 0.01 0.77 0.25 59.19 0.63 0.46
Hex C0 BE 2C 0 1 4D 19 3B 3F 2E
Octal 300 276 54 0 1 115 31 73 77 56
Binary 11000000 10111110 101100 0 1 1001101 11001 111011 111111 101110

Color Harmonies of #C0BE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE2C

Black with #C0BE2C

Text Example


Text Example

White with #C0BE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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