Html Css Color HEX #BDF089 Sulu

📋 copy color: '#BDF089'

red 189 ◦ green 240 ◦ blue 137

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

Shades of Sulu #BDF089

Tints of Sulu #BDF089

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.4%

 BLUE value IS 137 (53.91% from 255) = 24.2%

R = 33.39%
G = 42.4%
B = 24.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#BDF089 (or 0xBDF089) is known color: Sulu. HEX triplet: BD, F0 and 89. RGB value is (189,240,137). Sum of RGB (Red+Green+Blue) = 189+240+137=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF089 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF089 is #420F76. Grayscale: #D5D5D5. Windows color (decimal): -4329335 or 9040061. OLE color: 9040061.

HSL color Cylindrical-coordinate representation of color #BDF089: hue angle of 89.71º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF089 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 137 -
CMYK 0.21 0 0.43 0.06
HSL 89.71º 0.77% 0.74% -
HSV(B) 89.71º 0.43% 0.94% -
XYZ 56.66 74.95 35.15 -
YUV 213.01 85.1 110.88 -
System Red Green Blue C M Y K H S L
Decimal 189 240 137 0.21 0 0.43 0.06 89.71 0.77 0.74
Hex BD F0 89 15 0 2B 6 5A 4D 4A
Octal 275 360 211 25 0 53 6 132 115 112
Binary 10111101 11110000 10001001 10101 0 101011 110 1011010 1001101 1001010

Color Harmonies of #BDF089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF089

Black with #BDF089

Text Example


Text Example

White with #BDF089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF089; }

 p { color: rgb(189,240,137); }

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

background-color css

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

 a { background-color: rgb(189,240,137); }

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

border-color css

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

 span { border-color: rgb(189,240,137); }

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