Html Css Color HEX #B9DA73 Sulu

📋 copy color: '#B9DA73'

red 185 ◦ green 218 ◦ blue 115

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

Shades of Sulu #B9DA73

Tints of Sulu #B9DA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.2%

R = 35.71%
G = 42.08%
B = 22.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B9DA73 (or 0xB9DA73) is known color: Sulu. HEX triplet: B9, DA and 73. RGB value is (185,218,115). Sum of RGB (Red+Green+Blue) = 185+218+115=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA73 is #46258C. Grayscale: #C4C4C4. Windows color (decimal): -4597133 or 7592633. OLE color: 7592633.

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

Color convert

RGB 185 218 115 -
CMYK 0.15 0 0.47 0.15
HSL 79.22º 0.58% 0.65% -
HSV(B) 79.22º 0.47% 0.85% -
XYZ 48.17 61.69 25.59 -
YUV 196.39 82.07 119.88 -
System Red Green Blue C M Y K H S L
Decimal 185 218 115 0.15 0 0.47 0.15 79.22 0.58 0.65
Hex B9 DA 73 F 0 2F F 4F 3A 41
Octal 271 332 163 17 0 57 17 117 72 101
Binary 10111001 11011010 1110011 1111 0 101111 1111 1001111 111010 1000001

Color Harmonies of #B9DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA73

Black with #B9DA73

Text Example


Text Example

White with #B9DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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