Html Css Color HEX #B9DA71 Sulu

📋 copy color: '#B9DA71'

red 185 ◦ green 218 ◦ blue 113

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

Shades of Sulu #B9DA71

Tints of Sulu #B9DA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.9%

R = 35.85%
G = 42.25%
B = 21.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#B9DA71 (or 0xB9DA71) is known color: Sulu. HEX triplet: B9, DA and 71. RGB value is (185,218,113). Sum of RGB (Red+Green+Blue) = 185+218+113=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA71 is #46258E. Grayscale: #C4C4C4. Windows color (decimal): -4597135 or 7461561. OLE color: 7461561.

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

Color convert

RGB 185 218 113 -
CMYK 0.15 0 0.48 0.15
HSL 78.86º 0.59% 0.65% -
HSV(B) 78.86º 0.48% 0.85% -
XYZ 48.06 61.65 24.99 -
YUV 196.16 81.07 120.04 -
System Red Green Blue C M Y K H S L
Decimal 185 218 113 0.15 0 0.48 0.15 78.86 0.59 0.65
Hex B9 DA 71 F 0 30 F 4F 3B 41
Octal 271 332 161 17 0 60 17 117 73 101
Binary 10111001 11011010 1110001 1111 0 110000 1111 1001111 111011 1000001

Color Harmonies of #B9DA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA71

Black with #B9DA71

Text Example


Text Example

White with #B9DA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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