Html Css Color HEX #BDE16E Sulu

📋 copy color: '#BDE16E'

red 189 ◦ green 225 ◦ blue 110

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

Shades of Sulu #BDE16E

Tints of Sulu #BDE16E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.94%

 BLUE value IS 110 (43.36% from 255) = 20.99%

R = 36.07%
G = 42.94%
B = 20.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#BDE16E (or 0xBDE16E) is known color: Sulu. HEX triplet: BD, E1 and 6E. RGB value is (189,225,110). Sum of RGB (Red+Green+Blue) = 189+225+110=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE16E is #421E91. Grayscale: #C9C9C9. Windows color (decimal): -4333202 or 7266749. OLE color: 7266749.

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

Color convert

RGB 189 225 110 -
CMYK 0.16 0 0.51 0.12
HSL 78.78º 0.66% 0.66% -
HSV(B) 78.78º 0.51% 0.88% -
XYZ 50.73 65.8 24.78 -
YUV 201.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 189 225 110 0.16 0 0.51 0.12 78.78 0.66 0.66
Hex BD E1 6E 10 0 33 C 4F 42 42
Octal 275 341 156 20 0 63 14 117 102 102
Binary 10111101 11100001 1101110 10000 0 110011 1100 1001111 1000010 1000010

Color Harmonies of #BDE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE16E

Black with #BDE16E

Text Example


Text Example

White with #BDE16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE16E; }

 p { color: rgb(189,225,110); }

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

background-color css

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

 a { background-color: rgb(189,225,110); }

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

border-color css

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

 span { border-color: rgb(189,225,110); }

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