Html Css Color HEX #B2D14A Conifer

📋 copy color: '#B2D14A'

red 178 ◦ green 209 ◦ blue 74

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

Shades of Conifer #B2D14A

Tints of Conifer #B2D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 38.61%
G = 45.34%
B = 16.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#B2D14A (or 0xB2D14A) is known color: Conifer. HEX triplet: B2, D1 and 4A. RGB value is (178,209,74). Sum of RGB (Red+Green+Blue) = 178+209+74=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D14A is #4D2EB5. Grayscale: #B8B8B8. Windows color (decimal): -5058230 or 4903346. OLE color: 4903346.

HSL color Cylindrical-coordinate representation of color #B2D14A: hue angle of 73.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2D14A is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 209 74 -
CMYK 0.15 0 0.65 0.18
HSL 73.78º 0.59% 0.55% -
HSV(B) 73.78º 0.65% 0.82% -
XYZ 42.4 55.56 14.97 -
YUV 184.34 65.73 123.48 -
System Red Green Blue C M Y K H S L
Decimal 178 209 74 0.15 0 0.65 0.18 73.78 0.59 0.55
Hex B2 D1 4A F 0 41 12 4A 3B 37
Octal 262 321 112 17 0 101 22 112 73 67
Binary 10110010 11010001 1001010 1111 0 1000001 10010 1001010 111011 110111

Color Harmonies of #B2D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D14A

Black with #B2D14A

Text Example


Text Example

White with #B2D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D14A; }

 p { color: rgb(178,209,74); }

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

background-color css

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

 a { background-color: rgb(178,209,74); }

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

border-color css

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

 span { border-color: rgb(178,209,74); }

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