Html Css Color HEX #B8D342 Las Palmas

📋 copy color: '#B8D342'

red 184 ◦ green 211 ◦ blue 66

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

Shades of Las Palmas #B8D342

Tints of Las Palmas #B8D342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 39.91%
G = 45.77%
B = 14.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#B8D342 (or 0xB8D342) is known color: Las Palmas. HEX triplet: B8, D3 and 42. RGB value is (184,211,66). Sum of RGB (Red+Green+Blue) = 184+211+66=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D342 is #472CBD. Grayscale: #BABABA. Windows color (decimal): -4664510 or 4379576. OLE color: 4379576.

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

Color convert

RGB 184 211 66 -
CMYK 0.13 0 0.69 0.17
HSL 71.17º 0.62% 0.54% -
HSV(B) 71.17º 0.69% 0.83% -
XYZ 44.04 57.17 13.87 -
YUV 186.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 184 211 66 0.13 0 0.69 0.17 71.17 0.62 0.54
Hex B8 D3 42 D 0 45 11 47 3E 36
Octal 270 323 102 15 0 105 21 107 76 66
Binary 10111000 11010011 1000010 1101 0 1000101 10001 1000111 111110 110110

Color Harmonies of #B8D342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D342

Black with #B8D342

Text Example


Text Example

White with #B8D342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D342; }

 p { color: rgb(184,211,66); }

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

background-color css

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

 a { background-color: rgb(184,211,66); }

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

border-color css

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

 span { border-color: rgb(184,211,66); }

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