#BFFF9A

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

Shades of Reef #BFFF9A

Tints of Reef #BFFF9A

Color information

#BFFF9A (or 0xBFFF9A) is unknown color: approx Reef. HEX triplet: BF, FF and 9A. RGB value is (191,255,154). Sum of RGB (Red+Green+Blue) = 191+255+154=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF9A is #400065. Grayscale: #E0E0E0. Windows color (decimal): -4194406 or 10158015. OLE color: 10158015.

HSL color Cylindrical-coordinate representation of color #BFFF9A: hue angle of 98.02º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFFF9A is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB191255154-
CMYK0.2500.400
HSL98.02º100%80.2%-
HSV(B)98.02º39.61%100%-
XYZ63.0884.9343.64-
YUV224.3588.3104.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 154 (60.55% from 255) = 25.67%
R=31.83%
G=42.5%
B=25.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551540.2500.40098.0210080.2
HexBFFF9A190280626450
Octal277377232310500142144120
Binary1011111111111111100110101100101010000110001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF9A; }

 p { color: rgb(191,255,154); }

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

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

 a { background-color: rgb(191,255,154); }

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

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

 span { border-color: rgb(191,255,154); }

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