Html Css Color HEX #BCD73E Las Palmas

📋 copy color: '#BCD73E'

red 188 ◦ green 215 ◦ blue 62

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

Shades of Las Palmas #BCD73E

Tints of Las Palmas #BCD73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.33%

R = 40.43%
G = 46.24%
B = 13.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#BCD73E (or 0xBCD73E) is known color: Las Palmas. HEX triplet: BC, D7 and 3E. RGB value is (188,215,62). Sum of RGB (Red+Green+Blue) = 188+215+62=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD73E is #4328C1. Grayscale: #BEBEBE. Windows color (decimal): -4401346 or 4118460. OLE color: 4118460.

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

Color convert

RGB 188 215 62 -
CMYK 0.13 0 0.71 0.16
HSL 70.59º 0.66% 0.54% -
HSV(B) 70.59º 0.71% 0.84% -
XYZ 45.91 59.64 13.65 -
YUV 189.49 56.05 126.94 -
System Red Green Blue C M Y K H S L
Decimal 188 215 62 0.13 0 0.71 0.16 70.59 0.66 0.54
Hex BC D7 3E D 0 47 10 47 42 36
Octal 274 327 76 15 0 107 20 107 102 66
Binary 10111100 11010111 111110 1101 0 1000111 10000 1000111 1000010 110110

Color Harmonies of #BCD73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD73E

Black with #BCD73E

Text Example


Text Example

White with #BCD73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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