Html Css Color HEX #BFE49A Reef

📋 copy color: '#BFE49A'

red 191 ◦ green 228 ◦ blue 154

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

Shades of Reef #BFE49A

Tints of Reef #BFE49A

RGB

 RED value IS 191 (75% from 255) = 33.33%

 GREEN value IS 228 (89.45% from 255) = 39.79%

 BLUE value IS 154 (60.55% from 255) = 26.88%

R = 33.33%
G = 39.79%
B = 26.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#BFE49A (or 0xBFE49A) is known color: Reef. HEX triplet: BF, E4 and 9A. RGB value is (191,228,154). Sum of RGB (Red+Green+Blue) = 191+228+154=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE49A is #401B65. Grayscale: #D0D0D0. Windows color (decimal): -4201318 or 10151103. OLE color: 10151103.

HSL color Cylindrical-coordinate representation of color #BFE49A: hue angle of 90º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFE49A is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 154 -
CMYK 0.16 0 0.32 0.11
HSL 90º 0.58% 0.75% -
HSV(B) 90º 0.32% 0.89% -
XYZ 55.06 68.9 40.97 -
YUV 208.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 191 228 154 0.16 0 0.32 0.11 90 0.58 0.75
Hex BF E4 9A 10 0 20 B 5A 3A 4B
Octal 277 344 232 20 0 40 13 132 72 113
Binary 10111111 11100100 10011010 10000 0 100000 1011 1011010 111010 1001011

Color Harmonies of #BFE49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE49A

Black with #BFE49A

Text Example


Text Example

White with #BFE49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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