Html Css Color HEX #B9DB7A Sulu

📋 copy color: '#B9DB7A'

red 185 ◦ green 219 ◦ blue 122

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

Shades of Sulu #B9DB7A

Tints of Sulu #B9DB7A

RGB

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

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

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

R = 35.17%
G = 41.63%
B = 23.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#B9DB7A (or 0xB9DB7A) is known color: Sulu. HEX triplet: B9, DB and 7A. RGB value is (185,219,122). Sum of RGB (Red+Green+Blue) = 185+219+122=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB7A is #462485. Grayscale: #C6C6C6. Windows color (decimal): -4596870 or 8051641. OLE color: 8051641.

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

Color convert

RGB 185 219 122 -
CMYK 0.16 0 0.44 0.14
HSL 81.03º 0.57% 0.67% -
HSV(B) 81.03º 0.44% 0.86% -
XYZ 48.85 62.38 27.88 -
YUV 197.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 185 219 122 0.16 0 0.44 0.14 81.03 0.57 0.67
Hex B9 DB 7A 10 0 2C E 51 39 43
Octal 271 333 172 20 0 54 16 121 71 103
Binary 10111001 11011011 1111010 10000 0 101100 1110 1010001 111001 1000011

Color Harmonies of #B9DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB7A

Black with #B9DB7A

Text Example


Text Example

White with #B9DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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