Html Css Color HEX #C0BB29 Rio Grande

📋 copy color: '#C0BB29'

red 192 ◦ green 187 ◦ blue 41

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

Shades of Rio Grande #C0BB29

Tints of Rio Grande #C0BB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.76%

R = 45.71%
G = 44.52%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0BB29 (or 0xC0BB29) is known color: Rio Grande. HEX triplet: C0, BB and 29. RGB value is (192,187,41). Sum of RGB (Red+Green+Blue) = 192+187+41=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB29 is #3F44D6. Grayscale: #ACACAC. Windows color (decimal): -4146391 or 2735040. OLE color: 2735040.

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

Color convert

RGB 192 187 41 -
CMYK 0 0.03 0.79 0.25
HSL 58.01º 0.65% 0.46% -
HSV(B) 58.01º 0.79% 0.75% -
XYZ 39.91 46.91 9.05 -
YUV 171.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 192 187 41 0 0.03 0.79 0.25 58.01 0.65 0.46
Hex C0 BB 29 0 3 4F 19 3A 41 2E
Octal 300 273 51 0 3 117 31 72 101 56
Binary 11000000 10111011 101001 0 11 1001111 11001 111010 1000001 101110

Color Harmonies of #C0BB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB29

Black with #C0BB29

Text Example


Text Example

White with #C0BB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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