Html Css Color HEX #BDEA8D Sulu

📋 copy color: '#BDEA8D'

red 189 ◦ green 234 ◦ blue 141

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

Shades of Sulu #BDEA8D

Tints of Sulu #BDEA8D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.49%

 BLUE value IS 141 (55.47% from 255) = 25%

R = 33.51%
G = 41.49%
B = 25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#BDEA8D (or 0xBDEA8D) is known color: Sulu. HEX triplet: BD, EA and 8D. RGB value is (189,234,141). Sum of RGB (Red+Green+Blue) = 189+234+141=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA8D is #421572. Grayscale: #D2D2D2. Windows color (decimal): -4330867 or 9300669. OLE color: 9300669.

HSL color Cylindrical-coordinate representation of color #BDEA8D: hue angle of 89.03º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDEA8D is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 141 -
CMYK 0.19 0 0.40 0.08
HSL 89.03º 0.69% 0.74% -
HSV(B) 89.03º 0.4% 0.92% -
XYZ 55.22 71.59 36.11 -
YUV 209.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 189 234 141 0.19 0 0.40 0.08 89.03 0.69 0.74
Hex BD EA 8D 13 0 28 8 59 45 4A
Octal 275 352 215 23 0 50 10 131 105 112
Binary 10111101 11101010 10001101 10011 0 101000 1000 1011001 1000101 1001010

Color Harmonies of #BDEA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA8D

Black with #BDEA8D

Text Example


Text Example

White with #BDEA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA8D; }

 p { color: rgb(189,234,141); }

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

background-color css

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

 a { background-color: rgb(189,234,141); }

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

border-color css

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

 span { border-color: rgb(189,234,141); }

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