Html Css Color HEX #BCD838 Las Palmas

📋 copy color: '#BCD838'

red 188 ◦ green 216 ◦ blue 56

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

Shades of Las Palmas #BCD838

Tints of Las Palmas #BCD838

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

 BLUE value IS 56 (22.27% from 255) = 12.17%

R = 40.87%
G = 46.96%
B = 12.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#BCD838 (or 0xBCD838) is known color: Las Palmas. HEX triplet: BC, D8 and 38. RGB value is (188,216,56). Sum of RGB (Red+Green+Blue) = 188+216+56=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD838 is #4327C7. Grayscale: #BEBEBE. Windows color (decimal): -4401096 or 3725500. OLE color: 3725500.

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

Color convert

RGB 188 216 56 -
CMYK 0.13 0 0.74 0.15
HSL 70.5º 0.67% 0.53% -
HSV(B) 70.5º 0.74% 0.85% -
XYZ 46.01 60.09 12.91 -
YUV 189.39 52.72 127.01 -
System Red Green Blue C M Y K H S L
Decimal 188 216 56 0.13 0 0.74 0.15 70.5 0.67 0.53
Hex BC D8 38 D 0 4A F 46 43 35
Octal 274 330 70 15 0 112 17 106 103 65
Binary 10111100 11011000 111000 1101 0 1001010 1111 1000110 1000011 110101

Color Harmonies of #BCD838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD838

Black with #BCD838

Text Example


Text Example

White with #BCD838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD838; }

 p { color: rgb(188,216,56); }

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

background-color css

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

 a { background-color: rgb(188,216,56); }

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

border-color css

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

 span { border-color: rgb(188,216,56); }

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