Html Css Color HEX #BDF189 Sulu

📋 copy color: '#BDF189'

red 189 ◦ green 241 ◦ blue 137

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

Shades of Sulu #BDF189

Tints of Sulu #BDF189

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.5%

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

R = 33.33%
G = 42.5%
B = 24.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#BDF189 (or 0xBDF189) is known color: Sulu. HEX triplet: BD, F1 and 89. RGB value is (189,241,137). Sum of RGB (Red+Green+Blue) = 189+241+137=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 137 (53.91% from 255 or 24.16% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF189 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF189 is #420E76. Grayscale: #D5D5D5. Windows color (decimal): -4329079 or 9040317. OLE color: 9040317.

HSL color Cylindrical-coordinate representation of color #BDF189: hue angle of 90º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF189 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 137 -
CMYK 0.22 0 0.43 0.05
HSL 90º 0.79% 0.74% -
HSV(B) 90º 0.43% 0.95% -
XYZ 56.96 75.54 35.24 -
YUV 213.6 84.77 110.46 -
System Red Green Blue C M Y K H S L
Decimal 189 241 137 0.22 0 0.43 0.05 90 0.79 0.74
Hex BD F1 89 16 0 2B 5 5A 4F 4A
Octal 275 361 211 26 0 53 5 132 117 112
Binary 10111101 11110001 10001001 10110 0 101011 101 1011010 1001111 1001010

Color Harmonies of #BDF189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF189

Black with #BDF189

Text Example


Text Example

White with #BDF189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF189; }

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

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

background-color css

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

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

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

border-color css

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

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

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