Html Css Color HEX #BFE090 Sulu

📋 copy color: '#BFE090'

red 191 ◦ green 224 ◦ blue 144

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

Shades of Sulu #BFE090

Tints of Sulu #BFE090

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.07%

 BLUE value IS 144 (56.64% from 255) = 25.76%

R = 34.17%
G = 40.07%
B = 25.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#BFE090 (or 0xBFE090) is known color: Sulu. HEX triplet: BF, E0 and 90. RGB value is (191,224,144). Sum of RGB (Red+Green+Blue) = 191+224+144=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE090 is #401F6F. Grayscale: #CDCDCD. Windows color (decimal): -4202352 or 9494719. OLE color: 9494719.

HSL color Cylindrical-coordinate representation of color #BFE090: hue angle of 84.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFE090 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 144 -
CMYK 0.15 0 0.36 0.12
HSL 84.75º 0.56% 0.72% -
HSV(B) 84.75º 0.36% 0.88% -
XYZ 53.18 66.4 36.4 -
YUV 205.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 191 224 144 0.15 0 0.36 0.12 84.75 0.56 0.72
Hex BF E0 90 F 0 24 C 55 38 48
Octal 277 340 220 17 0 44 14 125 70 110
Binary 10111111 11100000 10010000 1111 0 100100 1100 1010101 111000 1001000

Color Harmonies of #BFE090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE090

Black with #BFE090

Text Example


Text Example

White with #BFE090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE090; }

 p { color: rgb(191,224,144); }

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

background-color css

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

 a { background-color: rgb(191,224,144); }

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

border-color css

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

 span { border-color: rgb(191,224,144); }

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