Html Css Color HEX #B8D346 Conifer

📋 copy color: '#B8D346'

red 184 ◦ green 211 ◦ blue 70

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

Shades of Conifer #B8D346

Tints of Conifer #B8D346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.38%

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

R = 39.57%
G = 45.38%
B = 15.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#B8D346 (or 0xB8D346) is known color: Conifer. HEX triplet: B8, D3 and 46. RGB value is (184,211,70). Sum of RGB (Red+Green+Blue) = 184+211+70=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D346 is #472CB9. Grayscale: #BBBBBB. Windows color (decimal): -4664506 or 4641720. OLE color: 4641720.

HSL color Cylindrical-coordinate representation of color #B8D346: hue angle of 71.49º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8D346 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 184 211 70 -
CMYK 0.13 0 0.67 0.17
HSL 71.49º 0.62% 0.55% -
HSV(B) 71.49º 0.67% 0.83% -
XYZ 44.17 57.22 14.51 -
YUV 186.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 184 211 70 0.13 0 0.67 0.17 71.49 0.62 0.55
Hex B8 D3 46 D 0 43 11 47 3E 37
Octal 270 323 106 15 0 103 21 107 76 67
Binary 10111000 11010011 1000110 1101 0 1000011 10001 1000111 111110 110111

Color Harmonies of #B8D346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D346

Black with #B8D346

Text Example


Text Example

White with #B8D346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D346; }

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

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

background-color css

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

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

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

border-color css

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

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

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