Html Css Color HEX #B8D53A Las Palmas

📋 copy color: '#B8D53A'

red 184 ◦ green 213 ◦ blue 58

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

Shades of Las Palmas #B8D53A

Tints of Las Palmas #B8D53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.75%

R = 40.44%
G = 46.81%
B = 12.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#B8D53A (or 0xB8D53A) is known color: Las Palmas. HEX triplet: B8, D5 and 3A. RGB value is (184,213,58). Sum of RGB (Red+Green+Blue) = 184+213+58=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D53A is #472AC5. Grayscale: #BBBBBB. Windows color (decimal): -4664006 or 3855800. OLE color: 3855800.

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

Color convert

RGB 184 213 58 -
CMYK 0.14 0 0.73 0.16
HSL 71.23º 0.65% 0.53% -
HSV(B) 71.23º 0.73% 0.84% -
XYZ 44.33 58.08 12.88 -
YUV 186.66 55.39 126.1 -
System Red Green Blue C M Y K H S L
Decimal 184 213 58 0.14 0 0.73 0.16 71.23 0.65 0.53
Hex B8 D5 3A E 0 49 10 47 41 35
Octal 270 325 72 16 0 111 20 107 101 65
Binary 10111000 11010101 111010 1110 0 1001001 10000 1000111 1000001 110101

Color Harmonies of #B8D53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D53A

Black with #B8D53A

Text Example


Text Example

White with #B8D53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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