Html Css Color HEX #BDE46B Sulu

📋 copy color: '#BDE46B'

red 189 ◦ green 228 ◦ blue 107

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

Shades of Sulu #BDE46B

Tints of Sulu #BDE46B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.51%

 BLUE value IS 107 (42.19% from 255) = 20.42%

R = 36.07%
G = 43.51%
B = 20.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#BDE46B (or 0xBDE46B) is known color: Sulu. HEX triplet: BD, E4 and 6B. RGB value is (189,228,107). Sum of RGB (Red+Green+Blue) = 189+228+107=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE46B is #421B94. Grayscale: #CACACA. Windows color (decimal): -4332437 or 7070909. OLE color: 7070909.

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

Color convert

RGB 189 228 107 -
CMYK 0.17 0 0.53 0.11
HSL 79.34º 0.69% 0.66% -
HSV(B) 79.34º 0.53% 0.89% -
XYZ 51.38 67.37 24.2 -
YUV 202.55 74.08 118.34 -
System Red Green Blue C M Y K H S L
Decimal 189 228 107 0.17 0 0.53 0.11 79.34 0.69 0.66
Hex BD E4 6B 11 0 35 B 4F 45 42
Octal 275 344 153 21 0 65 13 117 105 102
Binary 10111101 11100100 1101011 10001 0 110101 1011 1001111 1000101 1000010

Color Harmonies of #BDE46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE46B

Black with #BDE46B

Text Example


Text Example

White with #BDE46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE46B; }

 p { color: rgb(189,228,107); }

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

background-color css

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

 a { background-color: rgb(189,228,107); }

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

border-color css

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

 span { border-color: rgb(189,228,107); }

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