Html Css Color HEX #B4DB6B Conifer

📋 copy color: '#B4DB6B'

red 180 ◦ green 219 ◦ blue 107

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

Shades of Conifer #B4DB6B

Tints of Conifer #B4DB6B

RGB

 RED value IS 180 (70.7% from 255) = 35.57%

 GREEN value IS 219 (85.94% from 255) = 43.28%

 BLUE value IS 107 (42.19% from 255) = 21.15%

R = 35.57%
G = 43.28%
B = 21.15%

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

#B4DB6B (or 0xB4DB6B) is known color: Conifer. HEX triplet: B4, DB and 6B. RGB value is (180,219,107). Sum of RGB (Red+Green+Blue) = 180+219+107=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB6B is #4B2494. Grayscale: #C2C2C2. Windows color (decimal): -4924565 or 7068596. OLE color: 7068596.

HSL color Cylindrical-coordinate representation of color #B4DB6B: hue angle of 80.89º degrees, saturation: 0.61, 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 #B4DB6B is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 107 -
CMYK 0.18 0 0.51 0.14
HSL 80.89º 0.61% 0.64% -
HSV(B) 80.89º 0.51% 0.86% -
XYZ 46.81 61.43 23.3 -
YUV 194.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 180 219 107 0.18 0 0.51 0.14 80.89 0.61 0.64
Hex B4 DB 6B 12 0 33 E 51 3D 40
Octal 264 333 153 22 0 63 16 121 75 100
Binary 10110100 11011011 1101011 10010 0 110011 1110 1010001 111101 1000000

Color Harmonies of #B4DB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB6B

Black with #B4DB6B

Text Example


Text Example

White with #B4DB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB6B; }

 p { color: rgb(180,219,107); }

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

background-color css

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

 a { background-color: rgb(180,219,107); }

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

border-color css

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

 span { border-color: rgb(180,219,107); }

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