Html Css Color HEX #B8D53C Las Palmas

📋 copy color: '#B8D53C'

red 184 ◦ green 213 ◦ blue 60

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

Shades of Las Palmas #B8D53C

Tints of Las Palmas #B8D53C

RGB

 RED value IS 184 (72.27% from 255) = 40.26%

 GREEN value IS 213 (83.59% from 255) = 46.61%

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

R = 40.26%
G = 46.61%
B = 13.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#B8D53C (or 0xB8D53C) is known color: Las Palmas. HEX triplet: B8, D5 and 3C. RGB value is (184,213,60). Sum of RGB (Red+Green+Blue) = 184+213+60=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D53C is #472AC3. Grayscale: #BBBBBB. Windows color (decimal): -4664004 or 3986872. OLE color: 3986872.

HSL color Cylindrical-coordinate representation of color #B8D53C: hue angle of 71.37º degrees, saturation: 0.65, 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 #B8D53C is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 213 60 -
CMYK 0.14 0 0.72 0.16
HSL 71.37º 0.65% 0.54% -
HSV(B) 71.37º 0.72% 0.84% -
XYZ 44.38 58.11 13.15 -
YUV 186.89 56.39 125.94 -
System Red Green Blue C M Y K H S L
Decimal 184 213 60 0.14 0 0.72 0.16 71.37 0.65 0.54
Hex B8 D5 3C E 0 48 10 47 41 36
Octal 270 325 74 16 0 110 20 107 101 66
Binary 10111000 11010101 111100 1110 0 1001000 10000 1000111 1000001 110110

Color Harmonies of #B8D53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D53C

Black with #B8D53C

Text Example


Text Example

White with #B8D53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D53C; }

 p { color: rgb(184,213,60); }

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

background-color css

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

 a { background-color: rgb(184,213,60); }

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

border-color css

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

 span { border-color: rgb(184,213,60); }

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