Html Css Color HEX #B6D63E Las Palmas

📋 copy color: '#B6D63E'

red 182 ◦ green 214 ◦ blue 62

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

Shades of Las Palmas #B6D63E

Tints of Las Palmas #B6D63E

RGB

 RED value IS 182 (71.48% from 255) = 39.74%

 GREEN value IS 214 (83.98% from 255) = 46.72%

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

R = 39.74%
G = 46.72%
B = 13.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#B6D63E (or 0xB6D63E) is known color: Las Palmas. HEX triplet: B6, D6 and 3E. RGB value is (182,214,62). Sum of RGB (Red+Green+Blue) = 182+214+62=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D63E is #4929C1. Grayscale: #BBBBBB. Windows color (decimal): -4794818 or 4118198. OLE color: 4118198.

HSL color Cylindrical-coordinate representation of color #B6D63E: hue angle of 72.63º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6D63E is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 214 62 -
CMYK 0.15 0 0.71 0.16
HSL 72.63º 0.65% 0.54% -
HSV(B) 72.63º 0.71% 0.84% -
XYZ 44.21 58.39 13.5 -
YUV 187.1 57.4 124.36 -
System Red Green Blue C M Y K H S L
Decimal 182 214 62 0.15 0 0.71 0.16 72.63 0.65 0.54
Hex B6 D6 3E F 0 47 10 49 41 36
Octal 266 326 76 17 0 107 20 111 101 66
Binary 10110110 11010110 111110 1111 0 1000111 10000 1001001 1000001 110110

Color Harmonies of #B6D63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D63E

Black with #B6D63E

Text Example


Text Example

White with #B6D63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D63E; }

 p { color: rgb(182,214,62); }

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

background-color css

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

 a { background-color: rgb(182,214,62); }

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

border-color css

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

 span { border-color: rgb(182,214,62); }

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