Html Css Color HEX #B8DC3D Las Palmas

📋 copy color: '#B8DC3D'

red 184 ◦ green 220 ◦ blue 61

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

Shades of Las Palmas #B8DC3D

Tints of Las Palmas #B8DC3D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.31%

 BLUE value IS 61 (24.22% from 255) = 13.12%

R = 39.57%
G = 47.31%
B = 13.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#B8DC3D (or 0xB8DC3D) is known color: Las Palmas. HEX triplet: B8, DC and 3D. RGB value is (184,220,61). Sum of RGB (Red+Green+Blue) = 184+220+61=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DC3D is #4723C2. Grayscale: #BFBFBF. Windows color (decimal): -4662211 or 4054200. OLE color: 4054200.

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

Color convert

RGB 184 220 61 -
CMYK 0.16 0 0.72 0.14
HSL 73.58º 0.69% 0.55% -
HSV(B) 73.58º 0.72% 0.86% -
XYZ 46.2 61.71 13.89 -
YUV 191.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 184 220 61 0.16 0 0.72 0.14 73.58 0.69 0.55
Hex B8 DC 3D 10 0 48 E 4A 45 37
Octal 270 334 75 20 0 110 16 112 105 67
Binary 10111000 11011100 111101 10000 0 1001000 1110 1001010 1000101 110111

Color Harmonies of #B8DC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC3D

Black with #B8DC3D

Text Example


Text Example

White with #B8DC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC3D; }

 p { color: rgb(184,220,61); }

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

background-color css

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

 a { background-color: rgb(184,220,61); }

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

border-color css

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

 span { border-color: rgb(184,220,61); }

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