Html Css Color HEX #C0BF28 Rio Grande

📋 copy color: '#C0BF28'

red 192 ◦ green 191 ◦ blue 40

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

Shades of Rio Grande #C0BF28

Tints of Rio Grande #C0BF28

RGB

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

 GREEN value IS 191 (75% from 255) = 45.15%

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 45.39%
G = 45.15%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0BF28 (or 0xC0BF28) is known color: Rio Grande. HEX triplet: C0, BF and 28. RGB value is (192,191,40). Sum of RGB (Red+Green+Blue) = 192+191+40=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF28 is #3F40D7. Grayscale: #AEAEAE. Windows color (decimal): -4145368 or 2670528. OLE color: 2670528.

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

Color convert

RGB 192 191 40 -
CMYK 0 0.01 0.79 0.25
HSL 59.61º 0.66% 0.45% -
HSV(B) 59.61º 0.79% 0.75% -
XYZ 40.75 48.62 9.24 -
YUV 174.09 52.33 140.78 -
System Red Green Blue C M Y K H S L
Decimal 192 191 40 0 0.01 0.79 0.25 59.61 0.66 0.45
Hex C0 BF 28 0 1 4F 19 3C 42 2D
Octal 300 277 50 0 1 117 31 74 102 55
Binary 11000000 10111111 101000 0 1 1001111 11001 111100 1000010 101101

Color Harmonies of #C0BF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF28

Black with #C0BF28

Text Example


Text Example

White with #C0BF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF28; }

 p { color: rgb(192,191,40); }

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

background-color css

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

 a { background-color: rgb(192,191,40); }

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

border-color css

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

 span { border-color: rgb(192,191,40); }

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