Html Css Color HEX #B5DC6C Conifer

📋 copy color: '#B5DC6C'

red 181 ◦ green 220 ◦ blue 108

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

Shades of Conifer #B5DC6C

Tints of Conifer #B5DC6C

RGB

 RED value IS 181 (71.09% from 255) = 35.56%

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

 BLUE value IS 108 (42.58% from 255) = 21.22%

R = 35.56%
G = 43.22%
B = 21.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#B5DC6C (or 0xB5DC6C) is known color: Conifer. HEX triplet: B5, DC and 6C. RGB value is (181,220,108). Sum of RGB (Red+Green+Blue) = 181+220+108=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC6C is #4A2393. Grayscale: #C3C3C3. Windows color (decimal): -4858772 or 7134389. OLE color: 7134389.

HSL color Cylindrical-coordinate representation of color #B5DC6C: hue angle of 80.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5DC6C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 108 -
CMYK 0.18 0 0.51 0.14
HSL 80.89º 0.62% 0.64% -
HSV(B) 80.89º 0.51% 0.86% -
XYZ 47.36 62.09 23.68 -
YUV 195.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 181 220 108 0.18 0 0.51 0.14 80.89 0.62 0.64
Hex B5 DC 6C 12 0 33 E 51 3E 40
Octal 265 334 154 22 0 63 16 121 76 100
Binary 10110101 11011100 1101100 10010 0 110011 1110 1010001 111110 1000000

Color Harmonies of #B5DC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC6C

Black with #B5DC6C

Text Example


Text Example

White with #B5DC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC6C; }

 p { color: rgb(181,220,108); }

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

background-color css

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

 a { background-color: rgb(181,220,108); }

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

border-color css

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

 span { border-color: rgb(181,220,108); }

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