Html Css Color HEX #B9DD6D Sulu

📋 copy color: '#B9DD6D'

red 185 ◦ green 221 ◦ blue 109

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

Shades of Sulu #B9DD6D

Tints of Sulu #B9DD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.17%

R = 35.92%
G = 42.91%
B = 21.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#B9DD6D (or 0xB9DD6D) is known color: Sulu. HEX triplet: B9, DD and 6D. RGB value is (185,221,109). Sum of RGB (Red+Green+Blue) = 185+221+109=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD6D is #462292. Grayscale: #C5C5C5. Windows color (decimal): -4596371 or 7200185. OLE color: 7200185.

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

Color convert

RGB 185 221 109 -
CMYK 0.16 0 0.51 0.13
HSL 79.29º 0.62% 0.65% -
HSV(B) 79.29º 0.51% 0.87% -
XYZ 48.62 63.13 24.09 -
YUV 197.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 185 221 109 0.16 0 0.51 0.13 79.29 0.62 0.65
Hex B9 DD 6D 10 0 33 D 4F 3E 41
Octal 271 335 155 20 0 63 15 117 76 101
Binary 10111001 11011101 1101101 10000 0 110011 1101 1001111 111110 1000001

Color Harmonies of #B9DD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD6D

Black with #B9DD6D

Text Example


Text Example

White with #B9DD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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