Html Css Color HEX #BDF092 Sulu

📋 copy color: '#BDF092'

red 189 ◦ green 240 ◦ blue 146

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

Shades of Sulu #BDF092

Tints of Sulu #BDF092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.39%

R = 32.87%
G = 41.74%
B = 25.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#BDF092 (or 0xBDF092) is known color: Sulu. HEX triplet: BD, F0 and 92. RGB value is (189,240,146). Sum of RGB (Red+Green+Blue) = 189+240+146=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF092 is #420F6D. Grayscale: #D6D6D6. Windows color (decimal): -4329326 or 9629885. OLE color: 9629885.

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

Color convert

RGB 189 240 146 -
CMYK 0.21 0 0.39 0.06
HSL 92.55º 0.76% 0.76% -
HSV(B) 92.55º 0.39% 0.94% -
XYZ 57.33 75.21 38.69 -
YUV 214.04 89.6 110.14 -
System Red Green Blue C M Y K H S L
Decimal 189 240 146 0.21 0 0.39 0.06 92.55 0.76 0.76
Hex BD F0 92 15 0 27 6 5D 4C 4C
Octal 275 360 222 25 0 47 6 135 114 114
Binary 10111101 11110000 10010010 10101 0 100111 110 1011101 1001100 1001100

Color Harmonies of #BDF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF092

Black with #BDF092

Text Example


Text Example

White with #BDF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF092; }

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

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

background-color css

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

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

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

border-color css

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

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

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