Html Css Color HEX #BCD23A Las Palmas

📋 copy color: '#BCD23A'

red 188 ◦ green 210 ◦ blue 58

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

Shades of Las Palmas #BCD23A

Tints of Las Palmas #BCD23A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.05%

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

R = 41.23%
G = 46.05%
B = 12.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#BCD23A (or 0xBCD23A) is known color: Las Palmas. HEX triplet: BC, D2 and 3A. RGB value is (188,210,58). Sum of RGB (Red+Green+Blue) = 188+210+58=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD23A is #432DC5. Grayscale: #BABABA. Windows color (decimal): -4402630 or 3855036. OLE color: 3855036.

HSL color Cylindrical-coordinate representation of color #BCD23A: hue angle of 68.68º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD23A is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 58 -
CMYK 0.10 0 0.72 0.18
HSL 68.68º 0.63% 0.53% -
HSV(B) 68.68º 0.72% 0.82% -
XYZ 44.55 57.09 12.67 -
YUV 186.09 55.71 129.36 -
System Red Green Blue C M Y K H S L
Decimal 188 210 58 0.10 0 0.72 0.18 68.68 0.63 0.53
Hex BC D2 3A A 0 48 12 45 3F 35
Octal 274 322 72 12 0 110 22 105 77 65
Binary 10111100 11010010 111010 1010 0 1001000 10010 1000101 111111 110101

Color Harmonies of #BCD23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD23A

Black with #BCD23A

Text Example


Text Example

White with #BCD23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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