Html Css Color HEX #C0BA1F Rio Grande

📋 copy color: '#C0BA1F'

red 192 ◦ green 186 ◦ blue 31

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

Shades of Rio Grande #C0BA1F

Tints of Rio Grande #C0BA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.48%

 BLUE value IS 31 (12.5% from 255) = 7.58%

R = 46.94%
G = 45.48%
B = 7.58%

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

#C0BA1F (or 0xC0BA1F) is known color: Rio Grande. HEX triplet: C0, BA and 1F. RGB value is (192,186,31). Sum of RGB (Red+Green+Blue) = 192+186+31=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA1F is #3F45E0. Grayscale: #AAAAAA. Windows color (decimal): -4146657 or 2079424. OLE color: 2079424.

HSL color Cylindrical-coordinate representation of color #C0BA1F: hue angle of 57.76º degrees, saturation: 0.72, 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 #C0BA1F is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 31 -
CMYK 0 0.03 0.84 0.25
HSL 57.76º 0.72% 0.44% -
HSV(B) 57.76º 0.84% 0.75% -
XYZ 39.54 46.42 8.17 -
YUV 170.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 192 186 31 0 0.03 0.84 0.25 57.76 0.72 0.44
Hex C0 BA 1F 0 3 54 19 3A 48 2C
Octal 300 272 37 0 3 124 31 72 110 54
Binary 11000000 10111010 11111 0 11 1010100 11001 111010 1001000 101100

Color Harmonies of #C0BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA1F

Black with #C0BA1F

Text Example


Text Example

White with #C0BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA1F; }

 p { color: rgb(192,186,31); }

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

background-color css

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

 a { background-color: rgb(192,186,31); }

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

border-color css

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

 span { border-color: rgb(192,186,31); }

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