Html Css Color HEX #BDF689 Sulu

📋 copy color: '#BDF689'

red 189 ◦ green 246 ◦ blue 137

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

Shades of Sulu #BDF689

Tints of Sulu #BDF689

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.01%

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

R = 33.04%
G = 43.01%
B = 23.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#BDF689 (or 0xBDF689) is known color: Sulu. HEX triplet: BD, F6 and 89. RGB value is (189,246,137). Sum of RGB (Red+Green+Blue) = 189+246+137=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF689 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF689 is #420976. Grayscale: #D8D8D8. Windows color (decimal): -4327799 or 9041597. OLE color: 9041597.

HSL color Cylindrical-coordinate representation of color #BDF689: hue angle of 91.38º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF689 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 137 -
CMYK 0.23 0 0.44 0.04
HSL 91.38º 0.86% 0.75% -
HSV(B) 91.38º 0.44% 0.96% -
XYZ 58.46 78.54 35.74 -
YUV 216.53 83.12 108.36 -
System Red Green Blue C M Y K H S L
Decimal 189 246 137 0.23 0 0.44 0.04 91.38 0.86 0.75
Hex BD F6 89 17 0 2C 4 5B 56 4B
Octal 275 366 211 27 0 54 4 133 126 113
Binary 10111101 11110110 10001001 10111 0 101100 100 1011011 1010110 1001011

Color Harmonies of #BDF689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF689

Black with #BDF689

Text Example


Text Example

White with #BDF689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF689; }

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

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

background-color css

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

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

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

border-color css

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

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

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