Html Css Color HEX #BDE376 Sulu

📋 copy color: '#BDE376'

red 189 ◦ green 227 ◦ blue 118

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

Shades of Sulu #BDE376

Tints of Sulu #BDE376

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.51%

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

R = 35.39%
G = 42.51%
B = 22.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BDE376 (or 0xBDE376) is known color: Sulu. HEX triplet: BD, E3 and 76. RGB value is (189,227,118). Sum of RGB (Red+Green+Blue) = 189+227+118=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE376 is #421C89. Grayscale: #CBCBCB. Windows color (decimal): -4332682 or 7791549. OLE color: 7791549.

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

Color convert

RGB 189 227 118 -
CMYK 0.17 0 0.48 0.11
HSL 80.92º 0.66% 0.68% -
HSV(B) 80.92º 0.48% 0.89% -
XYZ 51.73 67.06 27.36 -
YUV 203.21 79.91 117.86 -
System Red Green Blue C M Y K H S L
Decimal 189 227 118 0.17 0 0.48 0.11 80.92 0.66 0.68
Hex BD E3 76 11 0 30 B 51 42 44
Octal 275 343 166 21 0 60 13 121 102 104
Binary 10111101 11100011 1110110 10001 0 110000 1011 1010001 1000010 1000100

Color Harmonies of #BDE376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE376

Black with #BDE376

Text Example


Text Example

White with #BDE376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE376; }

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

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

background-color css

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

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

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

border-color css

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

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

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