Html Css Color HEX #B9DC7B Sulu

📋 copy color: '#B9DC7B'

red 185 ◦ green 220 ◦ blue 123

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

Shades of Sulu #B9DC7B

Tints of Sulu #B9DC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

 BLUE value IS 123 (48.44% from 255) = 23.3%

R = 35.04%
G = 41.67%
B = 23.3%

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

#B9DC7B (or 0xB9DC7B) is known color: Sulu. HEX triplet: B9, DC and 7B. RGB value is (185,220,123). Sum of RGB (Red+Green+Blue) = 185+220+123=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC7B is #462384. Grayscale: #C6C6C6. Windows color (decimal): -4596613 or 8117433. OLE color: 8117433.

HSL color Cylindrical-coordinate representation of color #B9DC7B: hue angle of 81.65º degrees, saturation: 0.58, 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 #B9DC7B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 123 -
CMYK 0.16 0 0.44 0.14
HSL 81.65º 0.58% 0.67% -
HSV(B) 81.65º 0.44% 0.86% -
XYZ 49.18 62.93 28.29 -
YUV 198.48 85.4 118.39 -
System Red Green Blue C M Y K H S L
Decimal 185 220 123 0.16 0 0.44 0.14 81.65 0.58 0.67
Hex B9 DC 7B 10 0 2C E 52 3A 43
Octal 271 334 173 20 0 54 16 122 72 103
Binary 10111001 11011100 1111011 10000 0 101100 1110 1010010 111010 1000011

Color Harmonies of #B9DC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC7B

Black with #B9DC7B

Text Example


Text Example

White with #B9DC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC7B; }

 p { color: rgb(185,220,123); }

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

background-color css

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

 a { background-color: rgb(185,220,123); }

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

border-color css

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

 span { border-color: rgb(185,220,123); }

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