Html Css Color HEX #B2D056 Conifer

📋 copy color: '#B2D056'

red 178 ◦ green 208 ◦ blue 86

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

Shades of Conifer #B2D056

Tints of Conifer #B2D056

RGB

 RED value IS 178 (69.92% from 255) = 37.71%

 GREEN value IS 208 (81.64% from 255) = 44.07%

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

R = 37.71%
G = 44.07%
B = 18.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#B2D056 (or 0xB2D056) is known color: Conifer. HEX triplet: B2, D0 and 56. RGB value is (178,208,86). Sum of RGB (Red+Green+Blue) = 178+208+86=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D056 is #4D2FA9. Grayscale: #B9B9B9. Windows color (decimal): -5058474 or 5689522. OLE color: 5689522.

HSL color Cylindrical-coordinate representation of color #B2D056: hue angle of 74.75º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2D056 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 86 -
CMYK 0.14 0 0.59 0.18
HSL 74.75º 0.56% 0.58% -
HSV(B) 74.75º 0.59% 0.82% -
XYZ 42.6 55.25 17.22 -
YUV 185.12 72.06 122.92 -
System Red Green Blue C M Y K H S L
Decimal 178 208 86 0.14 0 0.59 0.18 74.75 0.56 0.58
Hex B2 D0 56 E 0 3B 12 4B 38 3A
Octal 262 320 126 16 0 73 22 113 70 72
Binary 10110010 11010000 1010110 1110 0 111011 10010 1001011 111000 111010

Color Harmonies of #B2D056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D056

Black with #B2D056

Text Example


Text Example

White with #B2D056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D056; }

 p { color: rgb(178,208,86); }

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

background-color css

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

 a { background-color: rgb(178,208,86); }

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

border-color css

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

 span { border-color: rgb(178,208,86); }

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