#BDF592

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

Shades of Reef #BDF592

Tints of Reef #BDF592

Color information

#BDF592 (or 0xBDF592) is unknown color: approx Reef. HEX triplet: BD, F5 and 92. RGB value is (189,245,146). Sum of RGB (Red+Green+Blue) = 189+245+146=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF592 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF592 is #420A6D. Grayscale: #D9D9D9. Windows color (decimal): -4328046 or 9631165. OLE color: 9631165.

HSL color Cylindrical-coordinate representation of color #BDF592: hue angle of 93.94º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF592 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB189245146-
CMYK0.2300.400.04
HSL93.94º83.19%76.67%-
HSV(B)93.94º40.41%96.08%-
XYZ58.8378.239.19-
YUV216.9787.95108.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 245 (96.09% from 255) = 42.24%
BLUE value IS 146 (57.42% from 255) = 25.17%
R=32.59%
G=42.24%
B=25.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892451460.2300.400.0493.9483.1976.67
HexBDF5921702845e534d
Octal275365222270504136123115
Binary101111011111010110010010101110101000100101111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF592; }

 p { color: rgb(189,245,146); }

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

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

 a { background-color: rgb(189,245,146); }

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

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

 span { border-color: rgb(189,245,146); }

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