Html Css Color HEX #BFE296 Reef

📋 copy color: '#BFE296'

red 191 ◦ green 226 ◦ blue 150

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

Shades of Reef #BFE296

Tints of Reef #BFE296

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.86%

 BLUE value IS 150 (58.98% from 255) = 26.46%

R = 33.69%
G = 39.86%
B = 26.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#BFE296 (or 0xBFE296) is known color: Reef. HEX triplet: BF, E2 and 96. RGB value is (191,226,150). Sum of RGB (Red+Green+Blue) = 191+226+150=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE296 is #401D69. Grayscale: #CFCFCF. Windows color (decimal): -4201834 or 9888447. OLE color: 9888447.

HSL color Cylindrical-coordinate representation of color #BFE296: hue angle of 87.63º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFE296 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 226 150 -
CMYK 0.15 0 0.34 0.11
HSL 87.63º 0.57% 0.74% -
HSV(B) 87.63º 0.34% 0.89% -
XYZ 54.19 67.67 39.06 -
YUV 206.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 191 226 150 0.15 0 0.34 0.11 87.63 0.57 0.74
Hex BF E2 96 F 0 22 B 58 39 4A
Octal 277 342 226 17 0 42 13 130 71 112
Binary 10111111 11100010 10010110 1111 0 100010 1011 1011000 111001 1001010

Color Harmonies of #BFE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE296

Black with #BFE296

Text Example


Text Example

White with #BFE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE296; }

 p { color: rgb(191,226,150); }

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

background-color css

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

 a { background-color: rgb(191,226,150); }

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

border-color css

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

 span { border-color: rgb(191,226,150); }

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