Html Css Color HEX #BCDA7C Sulu

📋 copy color: '#BCDA7C'

red 188 ◦ green 218 ◦ blue 124

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

Shades of Sulu #BCDA7C

Tints of Sulu #BCDA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.4%

R = 35.47%
G = 41.13%
B = 23.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#BCDA7C (or 0xBCDA7C) is known color: Sulu. HEX triplet: BC, DA and 7C. RGB value is (188,218,124). Sum of RGB (Red+Green+Blue) = 188+218+124=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA7C is #432583. Grayscale: #C6C6C6. Windows color (decimal): -4400516 or 8182460. OLE color: 8182460.

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

Color convert

RGB 188 218 124 -
CMYK 0.14 0 0.43 0.15
HSL 79.15º 0.56% 0.67% -
HSV(B) 79.15º 0.43% 0.85% -
XYZ 49.45 62.29 28.49 -
YUV 198.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 188 218 124 0.14 0 0.43 0.15 79.15 0.56 0.67
Hex BC DA 7C E 0 2B F 4F 38 43
Octal 274 332 174 16 0 53 17 117 70 103
Binary 10111100 11011010 1111100 1110 0 101011 1111 1001111 111000 1000011

Color Harmonies of #BCDA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA7C

Black with #BCDA7C

Text Example


Text Example

White with #BCDA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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