Html Css Color HEX #B9E384 Sulu

📋 copy color: '#B9E384'

red 185 ◦ green 227 ◦ blue 132

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

Shades of Sulu #B9E384

Tints of Sulu #B9E384

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.73%

 BLUE value IS 132 (51.95% from 255) = 24.26%

R = 34.01%
G = 41.73%
B = 24.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#B9E384 (or 0xB9E384) is known color: Sulu. HEX triplet: B9, E3 and 84. RGB value is (185,227,132). Sum of RGB (Red+Green+Blue) = 185+227+132=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E384 is #461C7B. Grayscale: #CBCBCB. Windows color (decimal): -4594812 or 8709049. OLE color: 8709049.

HSL color Cylindrical-coordinate representation of color #B9E384: hue angle of 86.53º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9E384 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 227 132 -
CMYK 0.19 0 0.42 0.11
HSL 86.53º 0.63% 0.7% -
HSV(B) 86.53º 0.42% 0.89% -
XYZ 51.64 66.92 32.02 -
YUV 203.61 87.59 114.72 -
System Red Green Blue C M Y K H S L
Decimal 185 227 132 0.19 0 0.42 0.11 86.53 0.63 0.7
Hex B9 E3 84 13 0 2A B 57 3F 46
Octal 271 343 204 23 0 52 13 127 77 106
Binary 10111001 11100011 10000100 10011 0 101010 1011 1010111 111111 1000110

Color Harmonies of #B9E384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E384

Black with #B9E384

Text Example


Text Example

White with #B9E384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E384; }

 p { color: rgb(185,227,132); }

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

background-color css

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

 a { background-color: rgb(185,227,132); }

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

border-color css

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

 span { border-color: rgb(185,227,132); }

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