Html Css Color HEX #BDE26F Sulu

📋 copy color: '#BDE26F'

red 189 ◦ green 226 ◦ blue 111

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

Shades of Sulu #BDE26F

Tints of Sulu #BDE26F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.97%

 BLUE value IS 111 (43.75% from 255) = 21.1%

R = 35.93%
G = 42.97%
B = 21.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#BDE26F (or 0xBDE26F) is known color: Sulu. HEX triplet: BD, E2 and 6F. RGB value is (189,226,111). Sum of RGB (Red+Green+Blue) = 189+226+111=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE26F is #421D90. Grayscale: #CACACA. Windows color (decimal): -4332945 or 7332541. OLE color: 7332541.

HSL color Cylindrical-coordinate representation of color #BDE26F: hue angle of 79.3º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDE26F is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 111 -
CMYK 0.16 0 0.51 0.11
HSL 79.3º 0.66% 0.66% -
HSV(B) 79.3º 0.51% 0.89% -
XYZ 51.05 66.36 25.16 -
YUV 201.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 189 226 111 0.16 0 0.51 0.11 79.3 0.66 0.66
Hex BD E2 6F 10 0 33 B 4F 42 42
Octal 275 342 157 20 0 63 13 117 102 102
Binary 10111101 11100010 1101111 10000 0 110011 1011 1001111 1000010 1000010

Color Harmonies of #BDE26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE26F

Black with #BDE26F

Text Example


Text Example

White with #BDE26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE26F; }

 p { color: rgb(189,226,111); }

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

background-color css

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

 a { background-color: rgb(189,226,111); }

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

border-color css

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

 span { border-color: rgb(189,226,111); }

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