Html Css Color HEX #B2D669 Conifer

📋 copy color: '#B2D669'

red 178 ◦ green 214 ◦ blue 105

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

Shades of Conifer #B2D669

Tints of Conifer #B2D669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.06%

 BLUE value IS 105 (41.41% from 255) = 21.13%

R = 35.81%
G = 43.06%
B = 21.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#B2D669 (or 0xB2D669) is known color: Conifer. HEX triplet: B2, D6 and 69. RGB value is (178,214,105). Sum of RGB (Red+Green+Blue) = 178+214+105=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D669 is #4D2996. Grayscale: #BFBFBF. Windows color (decimal): -5056919 or 6936242. OLE color: 6936242.

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

Color convert

RGB 178 214 105 -
CMYK 0.17 0 0.51 0.16
HSL 79.82º 0.57% 0.63% -
HSV(B) 79.82º 0.51% 0.84% -
XYZ 44.96 58.58 22.3 -
YUV 190.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 178 214 105 0.17 0 0.51 0.16 79.82 0.57 0.63
Hex B2 D6 69 11 0 33 10 50 39 3F
Octal 262 326 151 21 0 63 20 120 71 77
Binary 10110010 11010110 1101001 10001 0 110011 10000 1010000 111001 111111

Color Harmonies of #B2D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D669

Black with #B2D669

Text Example


Text Example

White with #B2D669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D669; }

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

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

background-color css

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

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

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

border-color css

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

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

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