Html Css Color HEX #BDE184 Sulu

📋 copy color: '#BDE184'

red 189 ◦ green 225 ◦ blue 132

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

Shades of Sulu #BDE184

Tints of Sulu #BDE184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.18%

R = 34.62%
G = 41.21%
B = 24.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#BDE184 (or 0xBDE184) is known color: Sulu. HEX triplet: BD, E1 and 84. RGB value is (189,225,132). Sum of RGB (Red+Green+Blue) = 189+225+132=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE184 is #421E7B. Grayscale: #CBCBCB. Windows color (decimal): -4333180 or 8708541. OLE color: 8708541.

HSL color Cylindrical-coordinate representation of color #BDE184: hue angle of 83.23º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDE184 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 132 -
CMYK 0.16 0 0.41 0.12
HSL 83.23º 0.61% 0.7% -
HSV(B) 83.23º 0.41% 0.88% -
XYZ 52.08 66.34 31.89 -
YUV 203.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 189 225 132 0.16 0 0.41 0.12 83.23 0.61 0.7
Hex BD E1 84 10 0 29 C 53 3D 46
Octal 275 341 204 20 0 51 14 123 75 106
Binary 10111101 11100001 10000100 10000 0 101001 1100 1010011 111101 1000110

Color Harmonies of #BDE184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE184

Black with #BDE184

Text Example


Text Example

White with #BDE184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE184; }

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

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

background-color css

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

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

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

border-color css

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

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

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