Html Css Color HEX #B9DD7A Sulu

📋 copy color: '#B9DD7A'

red 185 ◦ green 221 ◦ blue 122

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

Shades of Sulu #B9DD7A

Tints of Sulu #B9DD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.11%

R = 35.04%
G = 41.86%
B = 23.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#B9DD7A (or 0xB9DD7A) is known color: Sulu. HEX triplet: B9, DD and 7A. RGB value is (185,221,122). Sum of RGB (Red+Green+Blue) = 185+221+122=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD7A is #462285. Grayscale: #C7C7C7. Windows color (decimal): -4596358 or 8052153. OLE color: 8052153.

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

Color convert

RGB 185 221 122 -
CMYK 0.16 0 0.45 0.13
HSL 81.82º 0.59% 0.67% -
HSV(B) 81.82º 0.45% 0.87% -
XYZ 49.38 63.43 28.05 -
YUV 198.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 185 221 122 0.16 0 0.45 0.13 81.82 0.59 0.67
Hex B9 DD 7A 10 0 2D D 52 3B 43
Octal 271 335 172 20 0 55 15 122 73 103
Binary 10111001 11011101 1111010 10000 0 101101 1101 1010010 111011 1000011

Color Harmonies of #B9DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD7A

Black with #B9DD7A

Text Example


Text Example

White with #B9DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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