#B2D653

Color #B2D653 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B2D653

Tints of Conifer #B2D653

Color information

#B2D653 (or 0xB2D653) is unknown color: approx Conifer. HEX triplet: B2, D6 and 53. RGB value is (178,214,83). Sum of RGB (Red+Green+Blue) = 178+214+83=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D653 is #4D29AC. Grayscale: #BCBCBC. Windows color (decimal): -5056941 or 5494450. OLE color: 5494450.

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

Color convert

RGB17821483-
CMYK0.1700.610.16
HSL76.49º61.5%58.24%-
HSV(B)76.49º61.21%83.92%-
XYZ43.9758.1817.1-
YUV188.368.57120.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 83 (32.81% from 255) = 17.47%
R=37.47%
G=45.05%
B=17.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178214830.1700.610.1676.4961.558.24
HexB2D6531103D104c3e3a
Octal26232612321075201147672
Binary10110010110101101010011100010111101100001001100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D653; }

 p { color: rgb(178,214,83); }

 H1.HeaderClassName
 {
   color: #B2D653;
 }
 .AnyTagClassName
 {
   color: #B2D653;
 }
</style>
background-color css

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

 a { background-color: rgb(178,214,83); }

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

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

 span { border-color: rgb(178,214,83); }

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