Html Css Color HEX #B6D648 Conifer

📋 copy color: '#B6D648'

red 182 ◦ green 214 ◦ blue 72

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

Shades of Conifer #B6D648

Tints of Conifer #B6D648

RGB

 RED value IS 182 (71.48% from 255) = 38.89%

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

 BLUE value IS 72 (28.52% from 255) = 15.38%

R = 38.89%
G = 45.73%
B = 15.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#B6D648 (or 0xB6D648) is known color: Conifer. HEX triplet: B6, D6 and 48. RGB value is (182,214,72). Sum of RGB (Red+Green+Blue) = 182+214+72=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D648 is #4929B7. Grayscale: #BCBCBC. Windows color (decimal): -4794808 or 4773558. OLE color: 4773558.

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

Color convert

RGB 182 214 72 -
CMYK 0.15 0 0.66 0.16
HSL 73.52º 0.63% 0.56% -
HSV(B) 73.52º 0.66% 0.84% -
XYZ 44.51 58.51 15.08 -
YUV 188.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 182 214 72 0.15 0 0.66 0.16 73.52 0.63 0.56
Hex B6 D6 48 F 0 42 10 4A 3F 38
Octal 266 326 110 17 0 102 20 112 77 70
Binary 10110110 11010110 1001000 1111 0 1000010 10000 1001010 111111 111000

Color Harmonies of #B6D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D648

Black with #B6D648

Text Example


Text Example

White with #B6D648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D648; }

 p { color: rgb(182,214,72); }

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

background-color css

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

 a { background-color: rgb(182,214,72); }

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

border-color css

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

 span { border-color: rgb(182,214,72); }

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