Html Css Color HEX #BCD57D Sulu

📋 copy color: '#BCD57D'

red 188 ◦ green 213 ◦ blue 125

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

Shades of Sulu #BCD57D

Tints of Sulu #BCD57D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.49%

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

R = 35.74%
G = 40.49%
B = 23.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#BCD57D (or 0xBCD57D) is known color: Sulu. HEX triplet: BC, D5 and 7D. RGB value is (188,213,125). Sum of RGB (Red+Green+Blue) = 188+213+125=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD57D is #432A82. Grayscale: #C3C3C3. Windows color (decimal): -4401795 or 8246716. OLE color: 8246716.

HSL color Cylindrical-coordinate representation of color #BCD57D: hue angle of 77.05º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD57D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 125 -
CMYK 0.12 0 0.41 0.16
HSL 77.05º 0.51% 0.66% -
HSV(B) 77.05º 0.41% 0.84% -
XYZ 48.23 59.76 28.39 -
YUV 195.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 188 213 125 0.12 0 0.41 0.16 77.05 0.51 0.66
Hex BC D5 7D C 0 29 10 4D 33 42
Octal 274 325 175 14 0 51 20 115 63 102
Binary 10111100 11010101 1111101 1100 0 101001 10000 1001101 110011 1000010

Color Harmonies of #BCD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD57D

Black with #BCD57D

Text Example


Text Example

White with #BCD57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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