Html Css Color HEX #BDDC8D Sulu

📋 copy color: '#BDDC8D'

red 189 ◦ green 220 ◦ blue 141

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

Shades of Sulu #BDDC8D

Tints of Sulu #BDDC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40%

 BLUE value IS 141 (55.47% from 255) = 25.64%

R = 34.36%
G = 40%
B = 25.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#BDDC8D (or 0xBDDC8D) is known color: Sulu. HEX triplet: BD, DC and 8D. RGB value is (189,220,141). Sum of RGB (Red+Green+Blue) = 189+220+141=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC8D is #422372. Grayscale: #CACACA. Windows color (decimal): -4334451 or 9297085. OLE color: 9297085.

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

Color convert

RGB 189 220 141 -
CMYK 0.14 0 0.36 0.14
HSL 83.54º 0.53% 0.71% -
HSV(B) 83.54º 0.36% 0.86% -
XYZ 51.39 63.93 34.83 -
YUV 201.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 189 220 141 0.14 0 0.36 0.14 83.54 0.53 0.71
Hex BD DC 8D E 0 24 E 54 35 47
Octal 275 334 215 16 0 44 16 124 65 107
Binary 10111101 11011100 10001101 1110 0 100100 1110 1010100 110101 1000111

Color Harmonies of #BDDC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC8D

Black with #BDDC8D

Text Example


Text Example

White with #BDDC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC8D; }

 p { color: rgb(189,220,141); }

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

background-color css

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

 a { background-color: rgb(189,220,141); }

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

border-color css

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

 span { border-color: rgb(189,220,141); }

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