Html Css Color HEX #BCD73B Las Palmas

📋 copy color: '#BCD73B'

red 188 ◦ green 215 ◦ blue 59

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

Shades of Las Palmas #BCD73B

Tints of Las Palmas #BCD73B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.54%

 BLUE value IS 59 (23.44% from 255) = 12.77%

R = 40.69%
G = 46.54%
B = 12.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BCD73B (or 0xBCD73B) is known color: Las Palmas. HEX triplet: BC, D7 and 3B. RGB value is (188,215,59). Sum of RGB (Red+Green+Blue) = 188+215+59=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD73B is #4328C4. Grayscale: #BDBDBD. Windows color (decimal): -4401349 or 3921852. OLE color: 3921852.

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

Color convert

RGB 188 215 59 -
CMYK 0.13 0 0.73 0.16
HSL 70.38º 0.66% 0.54% -
HSV(B) 70.38º 0.73% 0.84% -
XYZ 45.83 59.61 13.23 -
YUV 189.14 54.55 127.18 -
System Red Green Blue C M Y K H S L
Decimal 188 215 59 0.13 0 0.73 0.16 70.38 0.66 0.54
Hex BC D7 3B D 0 49 10 46 42 36
Octal 274 327 73 15 0 111 20 106 102 66
Binary 10111100 11010111 111011 1101 0 1001001 10000 1000110 1000010 110110

Color Harmonies of #BCD73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD73B

Black with #BCD73B

Text Example


Text Example

White with #BCD73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD73B; }

 p { color: rgb(188,215,59); }

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

background-color css

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

 a { background-color: rgb(188,215,59); }

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

border-color css

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

 span { border-color: rgb(188,215,59); }

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