Html Css Color HEX #BFE98D Sulu

📋 copy color: '#BFE98D'

red 191 ◦ green 233 ◦ blue 141

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

Shades of Sulu #BFE98D

Tints of Sulu #BFE98D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.24%

 BLUE value IS 141 (55.47% from 255) = 24.96%

R = 33.81%
G = 41.24%
B = 24.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#BFE98D (or 0xBFE98D) is known color: Sulu. HEX triplet: BF, E9 and 8D. RGB value is (191,233,141). Sum of RGB (Red+Green+Blue) = 191+233+141=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE98D is #401672. Grayscale: #D2D2D2. Windows color (decimal): -4200051 or 9300415. OLE color: 9300415.

HSL color Cylindrical-coordinate representation of color #BFE98D: hue angle of 87.39º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFE98D is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 233 141 -
CMYK 0.18 0 0.39 0.09
HSL 87.39º 0.68% 0.73% -
HSV(B) 87.39º 0.39% 0.91% -
XYZ 55.43 71.28 36.04 -
YUV 209.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 191 233 141 0.18 0 0.39 0.09 87.39 0.68 0.73
Hex BF E9 8D 12 0 27 9 57 44 49
Octal 277 351 215 22 0 47 11 127 104 111
Binary 10111111 11101001 10001101 10010 0 100111 1001 1010111 1000100 1001001

Color Harmonies of #BFE98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE98D

Black with #BFE98D

Text Example


Text Example

White with #BFE98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE98D; }

 p { color: rgb(191,233,141); }

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

background-color css

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

 a { background-color: rgb(191,233,141); }

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

border-color css

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

 span { border-color: rgb(191,233,141); }

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