Html Css Color HEX #B9DD7D Sulu

📋 copy color: '#B9DD7D'

red 185 ◦ green 221 ◦ blue 125

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

Shades of Sulu #B9DD7D

Tints of Sulu #B9DD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.54%

R = 34.84%
G = 41.62%
B = 23.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#B9DD7D (or 0xB9DD7D) is known color: Sulu. HEX triplet: B9, DD and 7D. RGB value is (185,221,125). Sum of RGB (Red+Green+Blue) = 185+221+125=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD7D is #462282. Grayscale: #C7C7C7. Windows color (decimal): -4596355 or 8248761. OLE color: 8248761.

HSL color Cylindrical-coordinate representation of color #B9DD7D: hue angle of 82.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9DD7D is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 125 -
CMYK 0.16 0 0.43 0.13
HSL 82.5º 0.59% 0.68% -
HSV(B) 82.5º 0.43% 0.87% -
XYZ 49.57 63.51 29.05 -
YUV 199.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 185 221 125 0.16 0 0.43 0.13 82.5 0.59 0.68
Hex B9 DD 7D 10 0 2B D 52 3B 44
Octal 271 335 175 20 0 53 15 122 73 104
Binary 10111001 11011101 1111101 10000 0 101011 1101 1010010 111011 1000100

Color Harmonies of #B9DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD7D

Black with #B9DD7D

Text Example


Text Example

White with #B9DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD7D; }

 p { color: rgb(185,221,125); }

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

background-color css

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

 a { background-color: rgb(185,221,125); }

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

border-color css

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

 span { border-color: rgb(185,221,125); }

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