Html Css Color HEX #B9DC7E Sulu

📋 copy color: '#B9DC7E'

red 185 ◦ green 220 ◦ blue 126

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

Shades of Sulu #B9DC7E

Tints of Sulu #B9DC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.73%

R = 34.84%
G = 41.43%
B = 23.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#B9DC7E (or 0xB9DC7E) is known color: Sulu. HEX triplet: B9, DC and 7E. RGB value is (185,220,126). Sum of RGB (Red+Green+Blue) = 185+220+126=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC7E is #462381. Grayscale: #C7C7C7. Windows color (decimal): -4596610 or 8314041. OLE color: 8314041.

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

Color convert

RGB 185 220 126 -
CMYK 0.16 0 0.43 0.14
HSL 82.34º 0.57% 0.68% -
HSV(B) 82.34º 0.43% 0.86% -
XYZ 49.37 63.01 29.3 -
YUV 198.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 185 220 126 0.16 0 0.43 0.14 82.34 0.57 0.68
Hex B9 DC 7E 10 0 2B E 52 39 44
Octal 271 334 176 20 0 53 16 122 71 104
Binary 10111001 11011100 1111110 10000 0 101011 1110 1010010 111001 1000100

Color Harmonies of #B9DC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC7E

Black with #B9DC7E

Text Example


Text Example

White with #B9DC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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