Html Css Color HEX #B8D646 Conifer

📋 copy color: '#B8D646'

red 184 ◦ green 214 ◦ blue 70

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

Shades of Conifer #B8D646

Tints of Conifer #B8D646

RGB

 RED value IS 184 (72.27% from 255) = 39.32%

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

 BLUE value IS 70 (27.73% from 255) = 14.96%

R = 39.32%
G = 45.73%
B = 14.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#B8D646 (or 0xB8D646) is known color: Conifer. HEX triplet: B8, D6 and 46. RGB value is (184,214,70). Sum of RGB (Red+Green+Blue) = 184+214+70=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D646 is #4729B9. Grayscale: #BDBDBD. Windows color (decimal): -4663738 or 4642488. OLE color: 4642488.

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

Color convert

RGB 184 214 70 -
CMYK 0.14 0 0.67 0.16
HSL 72.5º 0.64% 0.56% -
HSV(B) 72.5º 0.67% 0.84% -
XYZ 44.92 58.73 14.76 -
YUV 188.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 184 214 70 0.14 0 0.67 0.16 72.5 0.64 0.56
Hex B8 D6 46 E 0 43 10 48 40 38
Octal 270 326 106 16 0 103 20 110 100 70
Binary 10111000 11010110 1000110 1110 0 1000011 10000 1001000 1000000 111000

Color Harmonies of #B8D646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D646

Black with #B8D646

Text Example


Text Example

White with #B8D646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D646; }

 p { color: rgb(184,214,70); }

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

background-color css

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

 a { background-color: rgb(184,214,70); }

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

border-color css

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

 span { border-color: rgb(184,214,70); }

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