Html Css Color HEX #B8DA3E Las Palmas

📋 copy color: '#B8DA3E'

red 184 ◦ green 218 ◦ blue 62

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

Shades of Las Palmas #B8DA3E

Tints of Las Palmas #B8DA3E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.98%

 BLUE value IS 62 (24.61% from 255) = 13.36%

R = 39.66%
G = 46.98%
B = 13.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#B8DA3E (or 0xB8DA3E) is known color: Las Palmas. HEX triplet: B8, DA and 3E. RGB value is (184,218,62). Sum of RGB (Red+Green+Blue) = 184+218+62=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DA3E is #4725C1. Grayscale: #BEBEBE. Windows color (decimal): -4662722 or 4119224. OLE color: 4119224.

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

Color convert

RGB 184 218 62 -
CMYK 0.16 0 0.72 0.15
HSL 73.08º 0.68% 0.55% -
HSV(B) 73.08º 0.72% 0.85% -
XYZ 45.71 60.68 13.86 -
YUV 190.05 55.74 123.68 -
System Red Green Blue C M Y K H S L
Decimal 184 218 62 0.16 0 0.72 0.15 73.08 0.68 0.55
Hex B8 DA 3E 10 0 48 F 49 44 37
Octal 270 332 76 20 0 110 17 111 104 67
Binary 10111000 11011010 111110 10000 0 1001000 1111 1001001 1000100 110111

Color Harmonies of #B8DA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DA3E

Black with #B8DA3E

Text Example


Text Example

White with #B8DA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DA3E; }

 p { color: rgb(184,218,62); }

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

background-color css

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

 a { background-color: rgb(184,218,62); }

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

border-color css

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

 span { border-color: rgb(184,218,62); }

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