Html Css Color HEX #B9DA7C Sulu

📋 copy color: '#B9DA7C'

red 185 ◦ green 218 ◦ blue 124

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

Shades of Sulu #B9DA7C

Tints of Sulu #B9DA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.53%

R = 35.1%
G = 41.37%
B = 23.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#B9DA7C (or 0xB9DA7C) is known color: Sulu. HEX triplet: B9, DA and 7C. RGB value is (185,218,124). Sum of RGB (Red+Green+Blue) = 185+218+124=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA7C is #462583. Grayscale: #C5C5C5. Windows color (decimal): -4597124 or 8182457. OLE color: 8182457.

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

Color convert

RGB 185 218 124 -
CMYK 0.15 0 0.43 0.15
HSL 81.06º 0.56% 0.67% -
HSV(B) 81.06º 0.43% 0.85% -
XYZ 48.72 61.91 28.45 -
YUV 197.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 185 218 124 0.15 0 0.43 0.15 81.06 0.56 0.67
Hex B9 DA 7C F 0 2B F 51 38 43
Octal 271 332 174 17 0 53 17 121 70 103
Binary 10111001 11011010 1111100 1111 0 101011 1111 1010001 111000 1000011

Color Harmonies of #B9DA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA7C

Black with #B9DA7C

Text Example


Text Example

White with #B9DA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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