#C0BF23

Color #C0BF23 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C0BF23

Tints of Rio Grande #C0BF23

Color information

#C0BF23 (or 0xC0BF23) is unknown color: approx Rio Grande. HEX triplet: C0, BF and 23. RGB value is (192,191,35). Sum of RGB (Red+Green+Blue) = 192+191+35=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF23 is #3F40DC. Grayscale: #AEAEAE. Windows color (decimal): -4145373 or 2342848. OLE color: 2342848.

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

Color convert

RGB19219135-
CMYK00.010.820.25
HSL59.62º69.16%44.51%-
HSV(B)59.62º81.77%75.29%-
XYZ40.6748.598.83-
YUV173.5249.83141.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 191 (75% from 255) = 45.69%
BLUE value IS 35 (14.06% from 255) = 8.37%
R=45.93%
G=45.69%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921913500.010.820.2559.6269.1644.51
HexC0BF230152193c452d
Octal3002774301122317410555
Binary1100000010111111100011011010010110011111001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF23; }

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

 H1.HeaderClassName
 {
   color: #C0BF23;
 }
 .AnyTagClassName
 {
   color: #C0BF23;
 }
</style>
background-color css

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

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

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

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

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

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