Html Css Color HEX #BCDB82 Sulu

📋 copy color: '#BCDB82'

red 188 ◦ green 219 ◦ blue 130

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

Shades of Sulu #BCDB82

Tints of Sulu #BCDB82

RGB

 RED value IS 188 (73.83% from 255) = 35.01%

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

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

R = 35.01%
G = 40.78%
B = 24.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#BCDB82 (or 0xBCDB82) is known color: Sulu. HEX triplet: BC, DB and 82. RGB value is (188,219,130). Sum of RGB (Red+Green+Blue) = 188+219+130=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB82 is #43247D. Grayscale: #C7C7C7. Windows color (decimal): -4400254 or 8575932. OLE color: 8575932.

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

Color convert

RGB 188 219 130 -
CMYK 0.14 0 0.41 0.14
HSL 80.9º 0.55% 0.68% -
HSV(B) 80.9º 0.41% 0.86% -
XYZ 50.1 62.97 30.63 -
YUV 199.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 188 219 130 0.14 0 0.41 0.14 80.9 0.55 0.68
Hex BC DB 82 E 0 29 E 51 37 44
Octal 274 333 202 16 0 51 16 121 67 104
Binary 10111100 11011011 10000010 1110 0 101001 1110 1010001 110111 1000100

Color Harmonies of #BCDB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB82

Black with #BCDB82

Text Example


Text Example

White with #BCDB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB82; }

 p { color: rgb(188,219,130); }

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

background-color css

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

 a { background-color: rgb(188,219,130); }

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

border-color css

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

 span { border-color: rgb(188,219,130); }

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