#BDFF92

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

Shades of Reef #BDFF92

Tints of Reef #BDFF92

Color information

#BDFF92 (or 0xBDFF92) is unknown color: approx Reef. HEX triplet: BD, FF and 92. RGB value is (189,255,146). Sum of RGB (Red+Green+Blue) = 189+255+146=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF92 is #42006D. Grayscale: #DFDFDF. Windows color (decimal): -4325486 or 9633725. OLE color: 9633725.

HSL color Cylindrical-coordinate representation of color #BDFF92: hue angle of 96.33º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDFF92 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB189255146-
CMYK0.2600.430
HSL96.33º100%78.63%-
HSV(B)96.33º42.75%100%-
XYZ61.9384.4140.22-
YUV222.8484.63103.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 255 (100% from 255) = 43.22%
BLUE value IS 146 (57.42% from 255) = 24.75%
R=32.03%
G=43.22%
B=24.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551460.2600.43096.3310078.63
HexBDFF921A02B060644f
Octal275377222320530140144117
Binary1011110111111111100100101101001010110110000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF92; }

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

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

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

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

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

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

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

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