#B2D667

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

Shades of Conifer #B2D667

Tints of Conifer #B2D667

Color information

#B2D667 (or 0xB2D667) is unknown color: approx Conifer. HEX triplet: B2, D6 and 67. RGB value is (178,214,103). Sum of RGB (Red+Green+Blue) = 178+214+103=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D667 is #4D2998. Grayscale: #BEBEBE. Windows color (decimal): -5056921 or 6805170. OLE color: 6805170.

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

Color convert

RGB178214103-
CMYK0.1700.520.16
HSL79.46º57.51%62.16%-
HSV(B)79.46º51.87%83.92%-
XYZ44.8558.5421.77-
YUV190.5878.57119.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 214 (83.98% from 255) = 43.23%
BLUE value IS 103 (40.62% from 255) = 20.81%
R=35.96%
G=43.23%
B=20.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782141030.1700.520.1679.4657.5162.16
HexB2D66711034104f3a3e
Octal26232614721064201177276
Binary10110010110101101100111100010110100100001001111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D667; }

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

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

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

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

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

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

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

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