Html Css Color HEX #BCD33E Las Palmas

📋 copy color: '#BCD33E'

red 188 ◦ green 211 ◦ blue 62

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

Shades of Las Palmas #BCD33E

Tints of Las Palmas #BCD33E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

 BLUE value IS 62 (24.61% from 255) = 13.45%

R = 40.78%
G = 45.77%
B = 13.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#BCD33E (or 0xBCD33E) is known color: Las Palmas. HEX triplet: BC, D3 and 3E. RGB value is (188,211,62). Sum of RGB (Red+Green+Blue) = 188+211+62=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD33E is #432CC1. Grayscale: #BBBBBB. Windows color (decimal): -4402370 or 4117436. OLE color: 4117436.

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

Color convert

RGB 188 211 62 -
CMYK 0.11 0 0.71 0.17
HSL 69.26º 0.63% 0.54% -
HSV(B) 69.26º 0.71% 0.83% -
XYZ 44.9 57.63 13.31 -
YUV 187.14 57.38 128.62 -
System Red Green Blue C M Y K H S L
Decimal 188 211 62 0.11 0 0.71 0.17 69.26 0.63 0.54
Hex BC D3 3E B 0 47 11 45 3F 36
Octal 274 323 76 13 0 107 21 105 77 66
Binary 10111100 11010011 111110 1011 0 1000111 10001 1000101 111111 110110

Color Harmonies of #BCD33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD33E

Black with #BCD33E

Text Example


Text Example

White with #BCD33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD33E; }

 p { color: rgb(188,211,62); }

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

background-color css

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

 a { background-color: rgb(188,211,62); }

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

border-color css

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

 span { border-color: rgb(188,211,62); }

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