Html Css Color HEX #BDF98A Sulu

📋 copy color: '#BDF98A'

red 189 ◦ green 249 ◦ blue 138

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

Shades of Sulu #BDF98A

Tints of Sulu #BDF98A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.23%

 BLUE value IS 138 (54.3% from 255) = 23.96%

R = 32.81%
G = 43.23%
B = 23.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#BDF98A (or 0xBDF98A) is known color: Sulu. HEX triplet: BD, F9 and 8A. RGB value is (189,249,138). Sum of RGB (Red+Green+Blue) = 189+249+138=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF98A is #420675. Grayscale: #DADADA. Windows color (decimal): -4327030 or 9107901. OLE color: 9107901.

HSL color Cylindrical-coordinate representation of color #BDF98A: hue angle of 92.43º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF98A is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 138 -
CMYK 0.24 0 0.45 0.02
HSL 92.43º 0.9% 0.76% -
HSV(B) 92.43º 0.45% 0.98% -
XYZ 59.45 80.41 36.43 -
YUV 218.41 82.62 107.03 -
System Red Green Blue C M Y K H S L
Decimal 189 249 138 0.24 0 0.45 0.02 92.43 0.9 0.76
Hex BD F9 8A 18 0 2D 2 5C 5A 4C
Octal 275 371 212 30 0 55 2 134 132 114
Binary 10111101 11111001 10001010 11000 0 101101 10 1011100 1011010 1001100

Color Harmonies of #BDF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF98A

Black with #BDF98A

Text Example


Text Example

White with #BDF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF98A; }

 p { color: rgb(189,249,138); }

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

background-color css

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

 a { background-color: rgb(189,249,138); }

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

border-color css

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

 span { border-color: rgb(189,249,138); }

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