Html Css Color HEX #C0BB26 Rio Grande

📋 copy color: '#C0BB26'

red 192 ◦ green 187 ◦ blue 38

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

Shades of Rio Grande #C0BB26

Tints of Rio Grande #C0BB26

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.84%

 BLUE value IS 38 (15.23% from 255) = 9.11%

R = 46.04%
G = 44.84%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C0BB26 (or 0xC0BB26) is known color: Rio Grande. HEX triplet: C0, BB and 26. RGB value is (192,187,38). Sum of RGB (Red+Green+Blue) = 192+187+38=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB26 is #3F44D9. Grayscale: #ACACAC. Windows color (decimal): -4146394 or 2538432. OLE color: 2538432.

HSL color Cylindrical-coordinate representation of color #C0BB26: hue angle of 58.05º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0BB26 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 38 -
CMYK 0 0.03 0.80 0.25
HSL 58.05º 0.67% 0.45% -
HSV(B) 58.05º 0.8% 0.75% -
XYZ 39.86 46.89 8.78 -
YUV 171.51 52.66 142.62 -
System Red Green Blue C M Y K H S L
Decimal 192 187 38 0 0.03 0.80 0.25 58.05 0.67 0.45
Hex C0 BB 26 0 3 50 19 3A 43 2D
Octal 300 273 46 0 3 120 31 72 103 55
Binary 11000000 10111011 100110 0 11 1010000 11001 111010 1000011 101101

Color Harmonies of #C0BB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB26

Black with #C0BB26

Text Example


Text Example

White with #C0BB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB26; }

 p { color: rgb(192,187,38); }

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

background-color css

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

 a { background-color: rgb(192,187,38); }

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

border-color css

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

 span { border-color: rgb(192,187,38); }

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