Html Css Color HEX #C0BB1E Rio Grande

📋 copy color: '#C0BB1E'

red 192 ◦ green 187 ◦ blue 30

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

Shades of Rio Grande #C0BB1E

Tints of Rio Grande #C0BB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.33%

R = 46.94%
G = 45.72%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0BB1E (or 0xC0BB1E) is known color: Rio Grande. HEX triplet: C0, BB and 1E. RGB value is (192,187,30). Sum of RGB (Red+Green+Blue) = 192+187+30=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB1E is #3F44E1. Grayscale: #ABABAB. Windows color (decimal): -4146402 or 2014144. OLE color: 2014144.

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

Color convert

RGB 192 187 30 -
CMYK 0 0.03 0.84 0.25
HSL 58.15º 0.73% 0.44% -
HSV(B) 58.15º 0.84% 0.75% -
XYZ 39.74 46.84 8.17 -
YUV 170.6 48.66 143.27 -
System Red Green Blue C M Y K H S L
Decimal 192 187 30 0 0.03 0.84 0.25 58.15 0.73 0.44
Hex C0 BB 1E 0 3 54 19 3A 49 2C
Octal 300 273 36 0 3 124 31 72 111 54
Binary 11000000 10111011 11110 0 11 1010100 11001 111010 1001001 101100

Color Harmonies of #C0BB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB1E

Black with #C0BB1E

Text Example


Text Example

White with #C0BB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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