Html Css Color HEX #BCD43B Las Palmas

📋 copy color: '#BCD43B'

red 188 ◦ green 212 ◦ blue 59

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

Shades of Las Palmas #BCD43B

Tints of Las Palmas #BCD43B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.19%

 BLUE value IS 59 (23.44% from 255) = 12.85%

R = 40.96%
G = 46.19%
B = 12.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#BCD43B (or 0xBCD43B) is known color: Las Palmas. HEX triplet: BC, D4 and 3B. RGB value is (188,212,59). Sum of RGB (Red+Green+Blue) = 188+212+59=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD43B is #432BC4. Grayscale: #BBBBBB. Windows color (decimal): -4402117 or 3921084. OLE color: 3921084.

HSL color Cylindrical-coordinate representation of color #BCD43B: hue angle of 69.41º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD43B is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 59 -
CMYK 0.11 0 0.72 0.17
HSL 69.41º 0.64% 0.53% -
HSV(B) 69.41º 0.72% 0.83% -
XYZ 45.07 58.09 12.98 -
YUV 187.38 55.55 128.44 -
System Red Green Blue C M Y K H S L
Decimal 188 212 59 0.11 0 0.72 0.17 69.41 0.64 0.53
Hex BC D4 3B B 0 48 11 45 40 35
Octal 274 324 73 13 0 110 21 105 100 65
Binary 10111100 11010100 111011 1011 0 1001000 10001 1000101 1000000 110101

Color Harmonies of #BCD43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD43B

Black with #BCD43B

Text Example


Text Example

White with #BCD43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD43B; }

 p { color: rgb(188,212,59); }

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

background-color css

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

 a { background-color: rgb(188,212,59); }

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

border-color css

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

 span { border-color: rgb(188,212,59); }

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