Html Css Color HEX #BDE176 Sulu

📋 copy color: '#BDE176'

red 189 ◦ green 225 ◦ blue 118

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

Shades of Sulu #BDE176

Tints of Sulu #BDE176

RGB

 RED value IS 189 (74.22% from 255) = 35.53%

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

 BLUE value IS 118 (46.48% from 255) = 22.18%

R = 35.53%
G = 42.29%
B = 22.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BDE176 (or 0xBDE176) is known color: Sulu. HEX triplet: BD, E1 and 76. RGB value is (189,225,118). Sum of RGB (Red+Green+Blue) = 189+225+118=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE176 is #421E89. Grayscale: #CACACA. Windows color (decimal): -4333194 or 7791037. OLE color: 7791037.

HSL color Cylindrical-coordinate representation of color #BDE176: hue angle of 80.19º degrees, saturation: 0.64, 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 #BDE176 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 118 -
CMYK 0.16 0 0.48 0.12
HSL 80.19º 0.64% 0.67% -
HSV(B) 80.19º 0.48% 0.88% -
XYZ 51.18 65.98 27.18 -
YUV 202.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 189 225 118 0.16 0 0.48 0.12 80.19 0.64 0.67
Hex BD E1 76 10 0 30 C 50 40 43
Octal 275 341 166 20 0 60 14 120 100 103
Binary 10111101 11100001 1110110 10000 0 110000 1100 1010000 1000000 1000011

Color Harmonies of #BDE176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE176

Black with #BDE176

Text Example


Text Example

White with #BDE176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE176; }

 p { color: rgb(189,225,118); }

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

background-color css

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

 a { background-color: rgb(189,225,118); }

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

border-color css

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

 span { border-color: rgb(189,225,118); }

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