Html Css Color HEX #B6D73C Las Palmas

📋 copy color: '#B6D73C'

red 182 ◦ green 215 ◦ blue 60

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

Shades of Las Palmas #B6D73C

Tints of Las Palmas #B6D73C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.05%

 BLUE value IS 60 (23.83% from 255) = 13.13%

R = 39.82%
G = 47.05%
B = 13.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#B6D73C (or 0xB6D73C) is known color: Las Palmas. HEX triplet: B6, D7 and 3C. RGB value is (182,215,60). Sum of RGB (Red+Green+Blue) = 182+215+60=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D73C is #4928C3. Grayscale: #BCBCBC. Windows color (decimal): -4794564 or 3987382. OLE color: 3987382.

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

Color convert

RGB 182 215 60 -
CMYK 0.15 0 0.72 0.16
HSL 72.77º 0.66% 0.54% -
HSV(B) 72.77º 0.72% 0.84% -
XYZ 44.41 58.87 13.3 -
YUV 187.46 56.07 124.1 -
System Red Green Blue C M Y K H S L
Decimal 182 215 60 0.15 0 0.72 0.16 72.77 0.66 0.54
Hex B6 D7 3C F 0 48 10 49 42 36
Octal 266 327 74 17 0 110 20 111 102 66
Binary 10110110 11010111 111100 1111 0 1001000 10000 1001001 1000010 110110

Color Harmonies of #B6D73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D73C

Black with #B6D73C

Text Example


Text Example

White with #B6D73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D73C; }

 p { color: rgb(182,215,60); }

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

background-color css

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

 a { background-color: rgb(182,215,60); }

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

border-color css

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

 span { border-color: rgb(182,215,60); }

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