Html Css Color HEX #B4D14A Conifer

📋 copy color: '#B4D14A'

red 180 ◦ green 209 ◦ blue 74

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

Shades of Conifer #B4D14A

Tints of Conifer #B4D14A

RGB

 RED value IS 180 (70.7% from 255) = 38.88%

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

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

R = 38.88%
G = 45.14%
B = 15.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#B4D14A (or 0xB4D14A) is known color: Conifer. HEX triplet: B4, D1 and 4A. RGB value is (180,209,74). Sum of RGB (Red+Green+Blue) = 180+209+74=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D14A is #4B2EB5. Grayscale: #B9B9B9. Windows color (decimal): -4927158 or 4903348. OLE color: 4903348.

HSL color Cylindrical-coordinate representation of color #B4D14A: hue angle of 72.89º 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 #B4D14A is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 209 74 -
CMYK 0.14 0 0.65 0.18
HSL 72.89º 0.59% 0.55% -
HSV(B) 72.89º 0.65% 0.82% -
XYZ 42.86 55.8 14.99 -
YUV 184.94 65.39 124.48 -
System Red Green Blue C M Y K H S L
Decimal 180 209 74 0.14 0 0.65 0.18 72.89 0.59 0.55
Hex B4 D1 4A E 0 41 12 49 3B 37
Octal 264 321 112 16 0 101 22 111 73 67
Binary 10110100 11010001 1001010 1110 0 1000001 10010 1001001 111011 110111

Color Harmonies of #B4D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D14A

Black with #B4D14A

Text Example


Text Example

White with #B4D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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