Html Css Color HEX #B2D946 Conifer

📋 copy color: '#B2D946'

red 178 ◦ green 217 ◦ blue 70

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

Shades of Conifer #B2D946

Tints of Conifer #B2D946

RGB

 RED value IS 178 (69.92% from 255) = 38.28%

 GREEN value IS 217 (85.16% from 255) = 46.67%

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

R = 38.28%
G = 46.67%
B = 15.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#B2D946 (or 0xB2D946) is known color: Conifer. HEX triplet: B2, D9 and 46. RGB value is (178,217,70). Sum of RGB (Red+Green+Blue) = 178+217+70=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D946 is #4D26B9. Grayscale: #BDBDBD. Windows color (decimal): -5056186 or 4643250. OLE color: 4643250.

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

Color convert

RGB 178 217 70 -
CMYK 0.18 0 0.68 0.15
HSL 75.92º 0.66% 0.56% -
HSV(B) 75.92º 0.68% 0.85% -
XYZ 44.28 59.53 14.95 -
YUV 188.58 61.08 120.45 -
System Red Green Blue C M Y K H S L
Decimal 178 217 70 0.18 0 0.68 0.15 75.92 0.66 0.56
Hex B2 D9 46 12 0 44 F 4C 42 38
Octal 262 331 106 22 0 104 17 114 102 70
Binary 10110010 11011001 1000110 10010 0 1000100 1111 1001100 1000010 111000

Color Harmonies of #B2D946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D946

Black with #B2D946

Text Example


Text Example

White with #B2D946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D946; }

 p { color: rgb(178,217,70); }

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

background-color css

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

 a { background-color: rgb(178,217,70); }

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

border-color css

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

 span { border-color: rgb(178,217,70); }

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