Html Css Color HEX #BCDA84 Sulu

📋 copy color: '#BCDA84'

red 188 ◦ green 218 ◦ blue 132

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

Shades of Sulu #BCDA84

Tints of Sulu #BCDA84

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

 BLUE value IS 132 (51.95% from 255) = 24.54%

R = 34.94%
G = 40.52%
B = 24.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#BCDA84 (or 0xBCDA84) is known color: Sulu. HEX triplet: BC, DA and 84. RGB value is (188,218,132). Sum of RGB (Red+Green+Blue) = 188+218+132=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA84 is #43257B. Grayscale: #C7C7C7. Windows color (decimal): -4400508 or 8706748. OLE color: 8706748.

HSL color Cylindrical-coordinate representation of color #BCDA84: hue angle of 80.93º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCDA84 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 132 -
CMYK 0.14 0 0.39 0.15
HSL 80.93º 0.54% 0.69% -
HSV(B) 80.93º 0.39% 0.85% -
XYZ 49.98 62.5 31.26 -
YUV 199.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 188 218 132 0.14 0 0.39 0.15 80.93 0.54 0.69
Hex BC DA 84 E 0 27 F 51 36 45
Octal 274 332 204 16 0 47 17 121 66 105
Binary 10111100 11011010 10000100 1110 0 100111 1111 1010001 110110 1000101

Color Harmonies of #BCDA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA84

Black with #BCDA84

Text Example


Text Example

White with #BCDA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA84; }

 p { color: rgb(188,218,132); }

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

background-color css

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

 a { background-color: rgb(188,218,132); }

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

border-color css

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

 span { border-color: rgb(188,218,132); }

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