Html Css Color HEX #BCDB3A Las Palmas

📋 copy color: '#BCDB3A'

red 188 ◦ green 219 ◦ blue 58

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

Shades of Las Palmas #BCDB3A

Tints of Las Palmas #BCDB3A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

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

R = 40.43%
G = 47.1%
B = 12.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#BCDB3A (or 0xBCDB3A) is known color: Las Palmas. HEX triplet: BC, DB and 3A. RGB value is (188,219,58). Sum of RGB (Red+Green+Blue) = 188+219+58=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB3A is #4324C5. Grayscale: #BFBFBF. Windows color (decimal): -4400326 or 3857340. OLE color: 3857340.

HSL color Cylindrical-coordinate representation of color #BCDB3A: hue angle of 71.55º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCDB3A is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 58 -
CMYK 0.14 0 0.74 0.14
HSL 71.55º 0.69% 0.54% -
HSV(B) 71.55º 0.74% 0.86% -
XYZ 46.83 61.66 13.44 -
YUV 191.38 52.73 125.59 -
System Red Green Blue C M Y K H S L
Decimal 188 219 58 0.14 0 0.74 0.14 71.55 0.69 0.54
Hex BC DB 3A E 0 4A E 48 45 36
Octal 274 333 72 16 0 112 16 110 105 66
Binary 10111100 11011011 111010 1110 0 1001010 1110 1001000 1000101 110110

Color Harmonies of #BCDB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB3A

Black with #BCDB3A

Text Example


Text Example

White with #BCDB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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