Html Css Color HEX #B2DC5B Conifer

📋 copy color: '#B2DC5B'

red 178 ◦ green 220 ◦ blue 91

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

Shades of Conifer #B2DC5B

Tints of Conifer #B2DC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.61%

R = 36.4%
G = 44.99%
B = 18.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#B2DC5B (or 0xB2DC5B) is known color: Conifer. HEX triplet: B2, DC and 5B. RGB value is (178,220,91). Sum of RGB (Red+Green+Blue) = 178+220+91=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC5B is #4D23A4. Grayscale: #C1C1C1. Windows color (decimal): -5055397 or 6020274. OLE color: 6020274.

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

Color convert

RGB 178 220 91 -
CMYK 0.19 0 0.59 0.14
HSL 79.53º 0.65% 0.61% -
HSV(B) 79.53º 0.59% 0.86% -
XYZ 45.84 61.41 19.33 -
YUV 192.74 70.59 117.49 -
System Red Green Blue C M Y K H S L
Decimal 178 220 91 0.19 0 0.59 0.14 79.53 0.65 0.61
Hex B2 DC 5B 13 0 3B E 50 41 3D
Octal 262 334 133 23 0 73 16 120 101 75
Binary 10110010 11011100 1011011 10011 0 111011 1110 1010000 1000001 111101

Color Harmonies of #B2DC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC5B

Black with #B2DC5B

Text Example


Text Example

White with #B2DC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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