Html Css Color HEX #B2D342 Conifer

📋 copy color: '#B2D342'

red 178 ◦ green 211 ◦ blue 66

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

Shades of Conifer #B2D342

Tints of Conifer #B2D342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.51%

R = 39.12%
G = 46.37%
B = 14.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#B2D342 (or 0xB2D342) is known color: Conifer. HEX triplet: B2, D3 and 42. RGB value is (178,211,66). Sum of RGB (Red+Green+Blue) = 178+211+66=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D342 is #4D2CBD. Grayscale: #B9B9B9. Windows color (decimal): -5057726 or 4379570. OLE color: 4379570.

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

Color convert

RGB 178 211 66 -
CMYK 0.16 0 0.69 0.17
HSL 73.66º 0.62% 0.54% -
HSV(B) 73.66º 0.69% 0.83% -
XYZ 42.64 56.45 13.8 -
YUV 184.6 61.07 123.29 -
System Red Green Blue C M Y K H S L
Decimal 178 211 66 0.16 0 0.69 0.17 73.66 0.62 0.54
Hex B2 D3 42 10 0 45 11 4A 3E 36
Octal 262 323 102 20 0 105 21 112 76 66
Binary 10110010 11010011 1000010 10000 0 1000101 10001 1001010 111110 110110

Color Harmonies of #B2D342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D342

Black with #B2D342

Text Example


Text Example

White with #B2D342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D342; }

 p { color: rgb(178,211,66); }

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

background-color css

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

 a { background-color: rgb(178,211,66); }

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

border-color css

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

 span { border-color: rgb(178,211,66); }

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