Html Css Color HEX #B9DA6F Sulu

📋 copy color: '#B9DA6F'

red 185 ◦ green 218 ◦ blue 111

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

Shades of Sulu #B9DA6F

Tints of Sulu #B9DA6F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.41%

 BLUE value IS 111 (43.75% from 255) = 21.6%

R = 35.99%
G = 42.41%
B = 21.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#B9DA6F (or 0xB9DA6F) is known color: Sulu. HEX triplet: B9, DA and 6F. RGB value is (185,218,111). Sum of RGB (Red+Green+Blue) = 185+218+111=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA6F is #462590. Grayscale: #C4C4C4. Windows color (decimal): -4597137 or 7330489. OLE color: 7330489.

HSL color Cylindrical-coordinate representation of color #B9DA6F: hue angle of 78.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9DA6F is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 218 111 -
CMYK 0.15 0 0.49 0.15
HSL 78.5º 0.59% 0.65% -
HSV(B) 78.5º 0.49% 0.85% -
XYZ 47.95 61.6 24.4 -
YUV 195.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 185 218 111 0.15 0 0.49 0.15 78.5 0.59 0.65
Hex B9 DA 6F F 0 31 F 4F 3B 41
Octal 271 332 157 17 0 61 17 117 73 101
Binary 10111001 11011010 1101111 1111 0 110001 1111 1001111 111011 1000001

Color Harmonies of #B9DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA6F

Black with #B9DA6F

Text Example


Text Example

White with #B9DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA6F; }

 p { color: rgb(185,218,111); }

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

background-color css

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

 a { background-color: rgb(185,218,111); }

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

border-color css

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

 span { border-color: rgb(185,218,111); }

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