Html Css Color HEX #BFDD91 Sulu

📋 copy color: '#BFDD91'

red 191 ◦ green 221 ◦ blue 145

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

Shades of Sulu #BFDD91

Tints of Sulu #BFDD91

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.68%

 BLUE value IS 145 (57.03% from 255) = 26.03%

R = 34.29%
G = 39.68%
B = 26.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#BFDD91 (or 0xBFDD91) is known color: Sulu. HEX triplet: BF, DD and 91. RGB value is (191,221,145). Sum of RGB (Red+Green+Blue) = 191+221+145=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD91 is #40226E. Grayscale: #CBCBCB. Windows color (decimal): -4203119 or 9559487. OLE color: 9559487.

HSL color Cylindrical-coordinate representation of color #BFDD91: hue angle of 83.68º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFDD91 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 145 -
CMYK 0.14 0 0.34 0.13
HSL 83.68º 0.53% 0.72% -
HSV(B) 83.68º 0.34% 0.87% -
XYZ 52.45 64.83 36.54 -
YUV 203.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 191 221 145 0.14 0 0.34 0.13 83.68 0.53 0.72
Hex BF DD 91 E 0 22 D 54 35 48
Octal 277 335 221 16 0 42 15 124 65 110
Binary 10111111 11011101 10010001 1110 0 100010 1101 1010100 110101 1001000

Color Harmonies of #BFDD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD91

Black with #BFDD91

Text Example


Text Example

White with #BFDD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD91; }

 p { color: rgb(191,221,145); }

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

background-color css

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

 a { background-color: rgb(191,221,145); }

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

border-color css

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

 span { border-color: rgb(191,221,145); }

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