Html Css Color HEX #BDDB6E Sulu

📋 copy color: '#BDDB6E'

red 189 ◦ green 219 ◦ blue 110

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

Shades of Sulu #BDDB6E

Tints of Sulu #BDDB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.28%

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

R = 36.49%
G = 42.28%
B = 21.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#BDDB6E (or 0xBDDB6E) is known color: Sulu. HEX triplet: BD, DB and 6E. RGB value is (189,219,110). Sum of RGB (Red+Green+Blue) = 189+219+110=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB6E is #422491. Grayscale: #C6C6C6. Windows color (decimal): -4334738 or 7265213. OLE color: 7265213.

HSL color Cylindrical-coordinate representation of color #BDDB6E: hue angle of 76.51º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDDB6E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 110 -
CMYK 0.14 0 0.50 0.14
HSL 76.51º 0.6% 0.65% -
HSV(B) 76.51º 0.5% 0.86% -
XYZ 49.13 62.61 24.25 -
YUV 197.6 78.56 121.86 -
System Red Green Blue C M Y K H S L
Decimal 189 219 110 0.14 0 0.50 0.14 76.51 0.6 0.65
Hex BD DB 6E E 0 32 E 4D 3C 41
Octal 275 333 156 16 0 62 16 115 74 101
Binary 10111101 11011011 1101110 1110 0 110010 1110 1001101 111100 1000001

Color Harmonies of #BDDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB6E

Black with #BDDB6E

Text Example


Text Example

White with #BDDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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