Html Css Color HEX #BCDA7D Sulu

📋 copy color: '#BCDA7D'

red 188 ◦ green 218 ◦ blue 125

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

Shades of Sulu #BCDA7D

Tints of Sulu #BCDA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.54%

R = 35.4%
G = 41.05%
B = 23.54%

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

#BCDA7D (or 0xBCDA7D) is known color: Sulu. HEX triplet: BC, DA and 7D. RGB value is (188,218,125). Sum of RGB (Red+Green+Blue) = 188+218+125=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA7D is #432582. Grayscale: #C6C6C6. Windows color (decimal): -4400515 or 8247996. OLE color: 8247996.

HSL color Cylindrical-coordinate representation of color #BCDA7D: hue angle of 79.35º 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 #BCDA7D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 125 -
CMYK 0.14 0 0.43 0.15
HSL 79.35º 0.56% 0.67% -
HSV(B) 79.35º 0.43% 0.85% -
XYZ 49.51 62.31 28.82 -
YUV 198.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 188 218 125 0.14 0 0.43 0.15 79.35 0.56 0.67
Hex BC DA 7D E 0 2B F 4F 38 43
Octal 274 332 175 16 0 53 17 117 70 103
Binary 10111100 11011010 1111101 1110 0 101011 1111 1001111 111000 1000011

Color Harmonies of #BCDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA7D

Black with #BCDA7D

Text Example


Text Example

White with #BCDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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