Html Css Color HEX #B9DA74 Sulu

📋 copy color: '#B9DA74'

red 185 ◦ green 218 ◦ blue 116

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

Shades of Sulu #B9DA74

Tints of Sulu #B9DA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 35.65%
G = 42%
B = 22.35%

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

#B9DA74 (or 0xB9DA74) is known color: Sulu. HEX triplet: B9, DA and 74. RGB value is (185,218,116). Sum of RGB (Red+Green+Blue) = 185+218+116=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA74 is #46258B. Grayscale: #C4C4C4. Windows color (decimal): -4597132 or 7658169. OLE color: 7658169.

HSL color Cylindrical-coordinate representation of color #B9DA74: hue angle of 79.41º 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 #B9DA74 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 218 116 -
CMYK 0.15 0 0.47 0.15
HSL 79.41º 0.58% 0.65% -
HSV(B) 79.41º 0.47% 0.85% -
XYZ 48.23 61.72 25.89 -
YUV 196.51 82.57 119.79 -
System Red Green Blue C M Y K H S L
Decimal 185 218 116 0.15 0 0.47 0.15 79.41 0.58 0.65
Hex B9 DA 74 F 0 2F F 4F 3A 41
Octal 271 332 164 17 0 57 17 117 72 101
Binary 10111001 11011010 1110100 1111 0 101111 1111 1001111 111010 1000001

Color Harmonies of #B9DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA74

Black with #B9DA74

Text Example


Text Example

White with #B9DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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