Html Css Color HEX #BDDF6E Sulu

📋 copy color: '#BDDF6E'

red 189 ◦ green 223 ◦ blue 110

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

Shades of Sulu #BDDF6E

Tints of Sulu #BDDF6E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.72%

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

R = 36.21%
G = 42.72%
B = 21.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BDDF6E (or 0xBDDF6E) is known color: Sulu. HEX triplet: BD, DF and 6E. RGB value is (189,223,110). Sum of RGB (Red+Green+Blue) = 189+223+110=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF6E is #422091. Grayscale: #C8C8C8. Windows color (decimal): -4333714 or 7266237. OLE color: 7266237.

HSL color Cylindrical-coordinate representation of color #BDDF6E: hue angle of 78.05º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDDF6E is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 110 -
CMYK 0.15 0 0.51 0.13
HSL 78.05º 0.64% 0.65% -
HSV(B) 78.05º 0.51% 0.87% -
XYZ 50.19 64.72 24.6 -
YUV 199.95 77.24 120.19 -
System Red Green Blue C M Y K H S L
Decimal 189 223 110 0.15 0 0.51 0.13 78.05 0.64 0.65
Hex BD DF 6E F 0 33 D 4E 40 41
Octal 275 337 156 17 0 63 15 116 100 101
Binary 10111101 11011111 1101110 1111 0 110011 1101 1001110 1000000 1000001

Color Harmonies of #BDDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF6E

Black with #BDDF6E

Text Example


Text Example

White with #BDDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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