Html Css Color HEX #BDE276 Sulu

📋 copy color: '#BDE276'

red 189 ◦ green 226 ◦ blue 118

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

Shades of Sulu #BDE276

Tints of Sulu #BDE276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.4%

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

R = 35.46%
G = 42.4%
B = 22.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BDE276 (or 0xBDE276) is known color: Sulu. HEX triplet: BD, E2 and 76. RGB value is (189,226,118). Sum of RGB (Red+Green+Blue) = 189+226+118=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE276 is #421D89. Grayscale: #CBCBCB. Windows color (decimal): -4332938 or 7791293. OLE color: 7791293.

HSL color Cylindrical-coordinate representation of color #BDE276: hue angle of 80.56º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDE276 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 118 -
CMYK 0.16 0 0.48 0.11
HSL 80.56º 0.65% 0.67% -
HSV(B) 80.56º 0.48% 0.89% -
XYZ 51.45 66.52 27.27 -
YUV 202.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 189 226 118 0.16 0 0.48 0.11 80.56 0.65 0.67
Hex BD E2 76 10 0 30 B 51 41 43
Octal 275 342 166 20 0 60 13 121 101 103
Binary 10111101 11100010 1110110 10000 0 110000 1011 1010001 1000001 1000011

Color Harmonies of #BDE276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE276

Black with #BDE276

Text Example


Text Example

White with #BDE276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE276; }

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

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

background-color css

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

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

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

border-color css

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

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

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