Html Css Color HEX #BCDB8A Sulu

📋 copy color: '#BCDB8A'

red 188 ◦ green 219 ◦ blue 138

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

Shades of Sulu #BCDB8A

Tints of Sulu #BCDB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.32%

R = 34.5%
G = 40.18%
B = 25.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#BCDB8A (or 0xBCDB8A) is known color: Sulu. HEX triplet: BC, DB and 8A. RGB value is (188,219,138). Sum of RGB (Red+Green+Blue) = 188+219+138=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB8A is #432475. Grayscale: #C8C8C8. Windows color (decimal): -4400246 or 9100220. OLE color: 9100220.

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

Color convert

RGB 188 219 138 -
CMYK 0.14 0 0.37 0.14
HSL 82.96º 0.53% 0.7% -
HSV(B) 82.96º 0.37% 0.86% -
XYZ 50.66 63.19 33.57 -
YUV 200.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 188 219 138 0.14 0 0.37 0.14 82.96 0.53 0.7
Hex BC DB 8A E 0 25 E 53 35 46
Octal 274 333 212 16 0 45 16 123 65 106
Binary 10111100 11011011 10001010 1110 0 100101 1110 1010011 110101 1000110

Color Harmonies of #BCDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB8A

Black with #BCDB8A

Text Example


Text Example

White with #BCDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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