Html Css Color HEX #BCDD3A Las Palmas

📋 copy color: '#BCDD3A'

red 188 ◦ green 221 ◦ blue 58

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

Shades of Las Palmas #BCDD3A

Tints of Las Palmas #BCDD3A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.32%

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

R = 40.26%
G = 47.32%
B = 12.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#BCDD3A (or 0xBCDD3A) is known color: Las Palmas. HEX triplet: BC, DD and 3A. RGB value is (188,221,58). Sum of RGB (Red+Green+Blue) = 188+221+58=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD3A is #4322C5. Grayscale: #C1C1C1. Windows color (decimal): -4399814 or 3857852. OLE color: 3857852.

HSL color Cylindrical-coordinate representation of color #BCDD3A: hue angle of 72.15º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCDD3A is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 58 -
CMYK 0.15 0 0.74 0.13
HSL 72.15º 0.71% 0.55% -
HSV(B) 72.15º 0.74% 0.87% -
XYZ 47.36 62.71 13.61 -
YUV 192.55 52.07 124.75 -
System Red Green Blue C M Y K H S L
Decimal 188 221 58 0.15 0 0.74 0.13 72.15 0.71 0.55
Hex BC DD 3A F 0 4A D 48 47 37
Octal 274 335 72 17 0 112 15 110 107 67
Binary 10111100 11011101 111010 1111 0 1001010 1101 1001000 1000111 110111

Color Harmonies of #BCDD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD3A

Black with #BCDD3A

Text Example


Text Example

White with #BCDD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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