Html Css Color HEX #BDE98D Sulu

📋 copy color: '#BDE98D'

red 189 ◦ green 233 ◦ blue 141

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

Shades of Sulu #BDE98D

Tints of Sulu #BDE98D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.39%

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

R = 33.57%
G = 41.39%
B = 25.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#BDE98D (or 0xBDE98D) is known color: Sulu. HEX triplet: BD, E9 and 8D. RGB value is (189,233,141). Sum of RGB (Red+Green+Blue) = 189+233+141=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE98D is #421672. Grayscale: #D1D1D1. Windows color (decimal): -4331123 or 9300413. OLE color: 9300413.

HSL color Cylindrical-coordinate representation of color #BDE98D: hue angle of 88.7º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE98D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 141 -
CMYK 0.19 0 0.39 0.09
HSL 88.7º 0.68% 0.73% -
HSV(B) 88.7º 0.39% 0.91% -
XYZ 54.93 71.02 36.01 -
YUV 209.36 89.42 113.48 -
System Red Green Blue C M Y K H S L
Decimal 189 233 141 0.19 0 0.39 0.09 88.7 0.68 0.73
Hex BD E9 8D 13 0 27 9 59 44 49
Octal 275 351 215 23 0 47 11 131 104 111
Binary 10111101 11101001 10001101 10011 0 100111 1001 1011001 1000100 1001001

Color Harmonies of #BDE98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE98D

Black with #BDE98D

Text Example


Text Example

White with #BDE98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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