Html Css Color HEX #B8D83C Las Palmas

📋 copy color: '#B8D83C'

red 184 ◦ green 216 ◦ blue 60

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

Shades of Las Palmas #B8D83C

Tints of Las Palmas #B8D83C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

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

R = 40%
G = 46.96%
B = 13.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#B8D83C (or 0xB8D83C) is known color: Las Palmas. HEX triplet: B8, D8 and 3C. RGB value is (184,216,60). Sum of RGB (Red+Green+Blue) = 184+216+60=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D83C is #4727C3. Grayscale: #BDBDBD. Windows color (decimal): -4663236 or 3987640. OLE color: 3987640.

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

Color convert

RGB 184 216 60 -
CMYK 0.15 0 0.72 0.15
HSL 72.31º 0.67% 0.54% -
HSV(B) 72.31º 0.72% 0.85% -
XYZ 45.14 59.63 13.41 -
YUV 188.65 55.4 124.68 -
System Red Green Blue C M Y K H S L
Decimal 184 216 60 0.15 0 0.72 0.15 72.31 0.67 0.54
Hex B8 D8 3C F 0 48 F 48 43 36
Octal 270 330 74 17 0 110 17 110 103 66
Binary 10111000 11011000 111100 1111 0 1001000 1111 1001000 1000011 110110

Color Harmonies of #B8D83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D83C

Black with #B8D83C

Text Example


Text Example

White with #B8D83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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