Html Css Color HEX #BFE594 Sulu

📋 copy color: '#BFE594'

red 191 ◦ green 229 ◦ blue 148

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

Shades of Sulu #BFE594

Tints of Sulu #BFE594

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.32%

 BLUE value IS 148 (58.2% from 255) = 26.06%

R = 33.63%
G = 40.32%
B = 26.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#BFE594 (or 0xBFE594) is known color: Sulu. HEX triplet: BF, E5 and 94. RGB value is (191,229,148). Sum of RGB (Red+Green+Blue) = 191+229+148=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE594 is #401A6B. Grayscale: #D0D0D0. Windows color (decimal): -4201068 or 9758143. OLE color: 9758143.

HSL color Cylindrical-coordinate representation of color #BFE594: hue angle of 88.15º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFE594 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 148 -
CMYK 0.17 0 0.35 0.10
HSL 88.15º 0.61% 0.74% -
HSV(B) 88.15º 0.35% 0.9% -
XYZ 54.85 69.25 38.49 -
YUV 208.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 191 229 148 0.17 0 0.35 0.10 88.15 0.61 0.74
Hex BF E5 94 11 0 23 A 58 3D 4A
Octal 277 345 224 21 0 43 12 130 75 112
Binary 10111111 11100101 10010100 10001 0 100011 1010 1011000 111101 1001010

Color Harmonies of #BFE594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE594

Black with #BFE594

Text Example


Text Example

White with #BFE594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE594; }

 p { color: rgb(191,229,148); }

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

background-color css

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

 a { background-color: rgb(191,229,148); }

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

border-color css

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

 span { border-color: rgb(191,229,148); }

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