Html Css Color HEX #B9DB7F Sulu

📋 copy color: '#B9DB7F'

red 185 ◦ green 219 ◦ blue 127

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

Shades of Sulu #B9DB7F

Tints of Sulu #B9DB7F

RGB

 RED value IS 185 (72.66% from 255) = 34.84%

 GREEN value IS 219 (85.94% from 255) = 41.24%

 BLUE value IS 127 (50% from 255) = 23.92%

R = 34.84%
G = 41.24%
B = 23.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B9DB7F (or 0xB9DB7F) is known color: Sulu. HEX triplet: B9, DB and 7F. RGB value is (185,219,127). Sum of RGB (Red+Green+Blue) = 185+219+127=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB7F is #462480. Grayscale: #C6C6C6. Windows color (decimal): -4596865 or 8379321. OLE color: 8379321.

HSL color Cylindrical-coordinate representation of color #B9DB7F: hue angle of 82.17º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9DB7F is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 219 127 -
CMYK 0.16 0 0.42 0.14
HSL 82.17º 0.56% 0.68% -
HSV(B) 82.17º 0.42% 0.86% -
XYZ 49.17 62.51 29.55 -
YUV 198.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 185 219 127 0.16 0 0.42 0.14 82.17 0.56 0.68
Hex B9 DB 7F 10 0 2A E 52 38 44
Octal 271 333 177 20 0 52 16 122 70 104
Binary 10111001 11011011 1111111 10000 0 101010 1110 1010010 111000 1000100

Color Harmonies of #B9DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB7F

Black with #B9DB7F

Text Example


Text Example

White with #B9DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB7F; }

 p { color: rgb(185,219,127); }

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

background-color css

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

 a { background-color: rgb(185,219,127); }

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

border-color css

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

 span { border-color: rgb(185,219,127); }

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