Html Css Color HEX #B4D756 Conifer

📋 copy color: '#B4D756'

red 180 ◦ green 215 ◦ blue 86

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

Shades of Conifer #B4D756

Tints of Conifer #B4D756

RGB

 RED value IS 180 (70.7% from 255) = 37.42%

 GREEN value IS 215 (84.38% from 255) = 44.7%

 BLUE value IS 86 (33.98% from 255) = 17.88%

R = 37.42%
G = 44.7%
B = 17.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#B4D756 (or 0xB4D756) is known color: Conifer. HEX triplet: B4, D7 and 56. RGB value is (180,215,86). Sum of RGB (Red+Green+Blue) = 180+215+86=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D756 is #4B28A9. Grayscale: #BEBEBE. Windows color (decimal): -4925610 or 5691316. OLE color: 5691316.

HSL color Cylindrical-coordinate representation of color #B4D756: hue angle of 76.28º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4D756 is Cyan = 0.16, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 215 86 -
CMYK 0.16 0 0.6 0.16
HSL 76.28º 0.62% 0.59% -
HSV(B) 76.28º 0.6% 0.84% -
XYZ 44.8 58.98 17.83 -
YUV 189.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 180 215 86 0.16 0 0.6 0.16 76.28 0.62 0.59
Hex B4 D7 56 10 0 3C 10 4C 3E 3B
Octal 264 327 126 20 0 74 20 114 76 73
Binary 10110100 11010111 1010110 10000 0 111100 10000 1001100 111110 111011

Color Harmonies of #B4D756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D756

Black with #B4D756

Text Example


Text Example

White with #B4D756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D756; }

 p { color: rgb(180,215,86); }

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

background-color css

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

 a { background-color: rgb(180,215,86); }

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

border-color css

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

 span { border-color: rgb(180,215,86); }

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