Html Css Color HEX #BDDB6F Sulu

📋 copy color: '#BDDB6F'

red 189 ◦ green 219 ◦ blue 111

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

Shades of Sulu #BDDB6F

Tints of Sulu #BDDB6F

RGB

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

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

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

R = 36.42%
G = 42.2%
B = 21.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#BDDB6F (or 0xBDDB6F) is known color: Sulu. HEX triplet: BD, DB and 6F. RGB value is (189,219,111). Sum of RGB (Red+Green+Blue) = 189+219+111=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB6F is #422490. Grayscale: #C6C6C6. Windows color (decimal): -4334737 or 7330749. OLE color: 7330749.

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

Color convert

RGB 189 219 111 -
CMYK 0.14 0 0.49 0.14
HSL 76.67º 0.6% 0.65% -
HSV(B) 76.67º 0.49% 0.86% -
XYZ 49.19 62.63 24.54 -
YUV 197.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 189 219 111 0.14 0 0.49 0.14 76.67 0.6 0.65
Hex BD DB 6F E 0 31 E 4D 3C 41
Octal 275 333 157 16 0 61 16 115 74 101
Binary 10111101 11011011 1101111 1110 0 110001 1110 1001101 111100 1000001

Color Harmonies of #BDDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB6F

Black with #BDDB6F

Text Example


Text Example

White with #BDDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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