Html Css Color HEX #B8EA32 Las Palmas

📋 copy color: '#B8EA32'

red 184 ◦ green 234 ◦ blue 50

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

Shades of Las Palmas #B8EA32

Tints of Las Palmas #B8EA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50%

 BLUE value IS 50 (19.92% from 255) = 10.68%

R = 39.32%
G = 50%
B = 10.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#B8EA32 (or 0xB8EA32) is known color: Las Palmas. HEX triplet: B8, EA and 32. RGB value is (184,234,50). Sum of RGB (Red+Green+Blue) = 184+234+50=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8EA32 is #4715CD. Grayscale: #C6C6C6. Windows color (decimal): -4658638 or 3336888. OLE color: 3336888.

HSL color Cylindrical-coordinate representation of color #B8EA32: hue angle of 76.3º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8EA32 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 234 50 -
CMYK 0.21 0 0.79 0.08
HSL 76.3º 0.81% 0.56% -
HSV(B) 76.3º 0.79% 0.92% -
XYZ 49.77 69.27 13.76 -
YUV 198.07 44.44 117.96 -
System Red Green Blue C M Y K H S L
Decimal 184 234 50 0.21 0 0.79 0.08 76.3 0.81 0.56
Hex B8 EA 32 15 0 4F 8 4C 51 38
Octal 270 352 62 25 0 117 10 114 121 70
Binary 10111000 11101010 110010 10101 0 1001111 1000 1001100 1010001 111000

Color Harmonies of #B8EA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EA32

Black with #B8EA32

Text Example


Text Example

White with #B8EA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EA32; }

 p { color: rgb(184,234,50); }

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

background-color css

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

 a { background-color: rgb(184,234,50); }

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

border-color css

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

 span { border-color: rgb(184,234,50); }

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