Html Css Color HEX #B9DC7F Sulu

📋 copy color: '#B9DC7F'

red 185 ◦ green 220 ◦ blue 127

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

Shades of Sulu #B9DC7F

Tints of Sulu #B9DC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.87%

R = 34.77%
G = 41.35%
B = 23.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B9DC7F (or 0xB9DC7F) is known color: Sulu. HEX triplet: B9, DC and 7F. RGB value is (185,220,127). Sum of RGB (Red+Green+Blue) = 185+220+127=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC7F is #462380. Grayscale: #C7C7C7. Windows color (decimal): -4596609 or 8379577. OLE color: 8379577.

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

Color convert

RGB 185 220 127 -
CMYK 0.16 0 0.42 0.14
HSL 82.58º 0.57% 0.68% -
HSV(B) 82.58º 0.42% 0.86% -
XYZ 49.43 63.03 29.64 -
YUV 198.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 185 220 127 0.16 0 0.42 0.14 82.58 0.57 0.68
Hex B9 DC 7F 10 0 2A E 53 39 44
Octal 271 334 177 20 0 52 16 123 71 104
Binary 10111001 11011100 1111111 10000 0 101010 1110 1010011 111001 1000100

Color Harmonies of #B9DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC7F

Black with #B9DC7F

Text Example


Text Example

White with #B9DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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