Html Css Color HEX #B2DC65 Conifer

📋 copy color: '#B2DC65'

red 178 ◦ green 220 ◦ blue 101

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

Shades of Conifer #B2DC65

Tints of Conifer #B2DC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 101 (39.84% from 255) = 20.24%

R = 35.67%
G = 44.09%
B = 20.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#B2DC65 (or 0xB2DC65) is known color: Conifer. HEX triplet: B2, DC and 65. RGB value is (178,220,101). Sum of RGB (Red+Green+Blue) = 178+220+101=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC65 is #4D239A. Grayscale: #C2C2C2. Windows color (decimal): -5055387 or 6675634. OLE color: 6675634.

HSL color Cylindrical-coordinate representation of color #B2DC65: hue angle of 81.18º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2DC65 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 101 -
CMYK 0.19 0 0.54 0.14
HSL 81.18º 0.63% 0.63% -
HSV(B) 81.18º 0.54% 0.86% -
XYZ 46.3 61.59 21.76 -
YUV 193.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 178 220 101 0.19 0 0.54 0.14 81.18 0.63 0.63
Hex B2 DC 65 13 0 36 E 51 3F 3F
Octal 262 334 145 23 0 66 16 121 77 77
Binary 10110010 11011100 1100101 10011 0 110110 1110 1010001 111111 111111

Color Harmonies of #B2DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC65

Black with #B2DC65

Text Example


Text Example

White with #B2DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC65; }

 p { color: rgb(178,220,101); }

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

background-color css

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

 a { background-color: rgb(178,220,101); }

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

border-color css

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

 span { border-color: rgb(178,220,101); }

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