Html Css Color HEX #BCD53A Las Palmas

📋 copy color: '#BCD53A'

red 188 ◦ green 213 ◦ blue 58

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

Shades of Las Palmas #BCD53A

Tints of Las Palmas #BCD53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.64%

R = 40.96%
G = 46.41%
B = 12.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BCD53A (or 0xBCD53A) is known color: Las Palmas. HEX triplet: BC, D5 and 3A. RGB value is (188,213,58). Sum of RGB (Red+Green+Blue) = 188+213+58=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD53A is #432AC5. Grayscale: #BCBCBC. Windows color (decimal): -4401862 or 3855804. OLE color: 3855804.

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

Color convert

RGB 188 213 58 -
CMYK 0.12 0 0.73 0.16
HSL 69.68º 0.65% 0.53% -
HSV(B) 69.68º 0.73% 0.84% -
XYZ 45.3 58.59 12.92 -
YUV 187.86 54.72 128.1 -
System Red Green Blue C M Y K H S L
Decimal 188 213 58 0.12 0 0.73 0.16 69.68 0.65 0.53
Hex BC D5 3A C 0 49 10 46 41 35
Octal 274 325 72 14 0 111 20 106 101 65
Binary 10111100 11010101 111010 1100 0 1001001 10000 1000110 1000001 110101

Color Harmonies of #BCD53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD53A

Black with #BCD53A

Text Example


Text Example

White with #BCD53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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