Html Css Color HEX #B9E075 Sulu

📋 copy color: '#B9E075'

red 185 ◦ green 224 ◦ blue 117

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

Shades of Sulu #B9E075

Tints of Sulu #B9E075

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.59%

 BLUE value IS 117 (46.09% from 255) = 22.24%

R = 35.17%
G = 42.59%
B = 22.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#B9E075 (or 0xB9E075) is known color: Sulu. HEX triplet: B9, E0 and 75. RGB value is (185,224,117). Sum of RGB (Red+Green+Blue) = 185+224+117=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E075 is #461F8A. Grayscale: #C8C8C8. Windows color (decimal): -4595595 or 7725241. OLE color: 7725241.

HSL color Cylindrical-coordinate representation of color #B9E075: hue angle of 81.87º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9E075 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 224 117 -
CMYK 0.17 0 0.48 0.12
HSL 81.87º 0.63% 0.67% -
HSV(B) 81.87º 0.48% 0.88% -
XYZ 49.87 64.91 26.73 -
YUV 200.14 81.08 117.2 -
System Red Green Blue C M Y K H S L
Decimal 185 224 117 0.17 0 0.48 0.12 81.87 0.63 0.67
Hex B9 E0 75 11 0 30 C 52 3F 43
Octal 271 340 165 21 0 60 14 122 77 103
Binary 10111001 11100000 1110101 10001 0 110000 1100 1010010 111111 1000011

Color Harmonies of #B9E075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E075

Black with #B9E075

Text Example


Text Example

White with #B9E075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E075; }

 p { color: rgb(185,224,117); }

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

background-color css

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

 a { background-color: rgb(185,224,117); }

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

border-color css

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

 span { border-color: rgb(185,224,117); }

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