Html Css Color HEX #B2D760 Conifer

📋 copy color: '#B2D760'

red 178 ◦ green 215 ◦ blue 96

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

Shades of Conifer #B2D760

Tints of Conifer #B2D760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.63%

R = 36.4%
G = 43.97%
B = 19.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#B2D760 (or 0xB2D760) is known color: Conifer. HEX triplet: B2, D7 and 60. RGB value is (178,215,96). Sum of RGB (Red+Green+Blue) = 178+215+96=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D760 is #4D289F. Grayscale: #BEBEBE. Windows color (decimal): -5056672 or 6346674. OLE color: 6346674.

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

Color convert

RGB 178 215 96 -
CMYK 0.17 0 0.55 0.16
HSL 78.66º 0.6% 0.61% -
HSV(B) 78.66º 0.55% 0.84% -
XYZ 44.77 58.91 20.08 -
YUV 190.37 74.74 119.18 -
System Red Green Blue C M Y K H S L
Decimal 178 215 96 0.17 0 0.55 0.16 78.66 0.6 0.61
Hex B2 D7 60 11 0 37 10 4F 3C 3D
Octal 262 327 140 21 0 67 20 117 74 75
Binary 10110010 11010111 1100000 10001 0 110111 10000 1001111 111100 111101

Color Harmonies of #B2D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D760

Black with #B2D760

Text Example


Text Example

White with #B2D760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D760; }

 p { color: rgb(178,215,96); }

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

background-color css

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

 a { background-color: rgb(178,215,96); }

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

border-color css

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

 span { border-color: rgb(178,215,96); }

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