Html Css Color HEX #BDD682 Sulu

📋 copy color: '#BDD682'

red 189 ◦ green 214 ◦ blue 130

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

Shades of Sulu #BDD682

Tints of Sulu #BDD682

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

 BLUE value IS 130 (51.17% from 255) = 24.39%

R = 35.46%
G = 40.15%
B = 24.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#BDD682 (or 0xBDD682) is known color: Sulu. HEX triplet: BD, D6 and 82. RGB value is (189,214,130). Sum of RGB (Red+Green+Blue) = 189+214+130=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD682 is #42297D. Grayscale: #C5C5C5. Windows color (decimal): -4335998 or 8574653. OLE color: 8574653.

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

Color convert

RGB 189 214 130 -
CMYK 0.12 0 0.39 0.16
HSL 77.86º 0.51% 0.67% -
HSV(B) 77.86º 0.39% 0.84% -
XYZ 49.06 60.52 30.22 -
YUV 196.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 189 214 130 0.12 0 0.39 0.16 77.86 0.51 0.67
Hex BD D6 82 C 0 27 10 4E 33 43
Octal 275 326 202 14 0 47 20 116 63 103
Binary 10111101 11010110 10000010 1100 0 100111 10000 1001110 110011 1000011

Color Harmonies of #BDD682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD682

Black with #BDD682

Text Example


Text Example

White with #BDD682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD682; }

 p { color: rgb(189,214,130); }

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

background-color css

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

 a { background-color: rgb(189,214,130); }

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

border-color css

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

 span { border-color: rgb(189,214,130); }

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