Html Css Color HEX #B9E985 Sulu

📋 copy color: '#B9E985'

red 185 ◦ green 233 ◦ blue 133

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

Shades of Sulu #B9E985

Tints of Sulu #B9E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.29%

 BLUE value IS 133 (52.34% from 255) = 24.14%

R = 33.58%
G = 42.29%
B = 24.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#B9E985 (or 0xB9E985) is known color: Sulu. HEX triplet: B9, E9 and 85. RGB value is (185,233,133). Sum of RGB (Red+Green+Blue) = 185+233+133=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9E985 is #46167A. Grayscale: #CFCFCF. Windows color (decimal): -4593275 or 8776121. OLE color: 8776121.

HSL color Cylindrical-coordinate representation of color #B9E985: hue angle of 88.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9E985 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 233 133 -
CMYK 0.21 0 0.43 0.09
HSL 88.8º 0.69% 0.72% -
HSV(B) 88.8º 0.43% 0.91% -
XYZ 53.38 70.29 32.94 -
YUV 207.25 86.1 112.13 -
System Red Green Blue C M Y K H S L
Decimal 185 233 133 0.21 0 0.43 0.09 88.8 0.69 0.72
Hex B9 E9 85 15 0 2B 9 59 45 48
Octal 271 351 205 25 0 53 11 131 105 110
Binary 10111001 11101001 10000101 10101 0 101011 1001 1011001 1000101 1001000

Color Harmonies of #B9E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E985

Black with #B9E985

Text Example


Text Example

White with #B9E985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E985; }

 p { color: rgb(185,233,133); }

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

background-color css

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

 a { background-color: rgb(185,233,133); }

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

border-color css

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

 span { border-color: rgb(185,233,133); }

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