#B2D654

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

Shades of Conifer #B2D654

Tints of Conifer #B2D654

Color information

#B2D654 (or 0xB2D654) is unknown color: approx Conifer. HEX triplet: B2, D6 and 54. RGB value is (178,214,84). Sum of RGB (Red+Green+Blue) = 178+214+84=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D654 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D654 is #4D29AB. Grayscale: #BCBCBC. Windows color (decimal): -5056940 or 5559986. OLE color: 5559986.

HSL color Cylindrical-coordinate representation of color #B2D654: hue angle of 76.62º degrees, saturation: 0.61, 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 #B2D654 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB17821484-
CMYK0.1700.610.16
HSL76.62º61.32%58.43%-
HSV(B)76.62º60.75%83.92%-
XYZ44.0158.217.3-
YUV188.4269.07120.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 84 (33.20% from 255) = 17.65%
R=37.39%
G=44.96%
B=17.65%

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
Decimal178214840.1700.610.1676.6261.3258.43
HexB2D6541103D104d3d3a
Octal26232612421075201157572
Binary10110010110101101010100100010111101100001001101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D654; }

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

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

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

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

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

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

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

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