Html Css Color HEX #B4E16D Sulu

📋 copy color: '#B4E16D'

red 180 ◦ green 225 ◦ blue 109

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

Shades of Sulu #B4E16D

Tints of Sulu #B4E16D

RGB

 RED value IS 180 (70.7% from 255) = 35.02%

 GREEN value IS 225 (88.28% from 255) = 43.77%

 BLUE value IS 109 (42.97% from 255) = 21.21%

R = 35.02%
G = 43.77%
B = 21.21%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#B4E16D (or 0xB4E16D) is known color: Sulu. HEX triplet: B4, E1 and 6D. RGB value is (180,225,109). Sum of RGB (Red+Green+Blue) = 180+225+109=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E16D is #4B1E92. Grayscale: #C6C6C6. Windows color (decimal): -4923027 or 7201204. OLE color: 7201204.

HSL color Cylindrical-coordinate representation of color #B4E16D: hue angle of 83.28º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4E16D is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 225 109 -
CMYK 0.2 0 0.52 0.12
HSL 83.28º 0.66% 0.65% -
HSV(B) 83.28º 0.52% 0.88% -
XYZ 48.51 64.66 24.39 -
YUV 198.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 180 225 109 0.2 0 0.52 0.12 83.28 0.66 0.65
Hex B4 E1 6D 14 0 34 C 53 42 41
Octal 264 341 155 24 0 64 14 123 102 101
Binary 10110100 11100001 1101101 10100 0 110100 1100 1010011 1000010 1000001

Color Harmonies of #B4E16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E16D

Black with #B4E16D

Text Example


Text Example

White with #B4E16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E16D; }

 p { color: rgb(180,225,109); }

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

background-color css

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

 a { background-color: rgb(180,225,109); }

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

border-color css

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

 span { border-color: rgb(180,225,109); }

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