Html Css Color HEX #B4D45A Conifer

📋 copy color: '#B4D45A'

red 180 ◦ green 212 ◦ blue 90

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

Shades of Conifer #B4D45A

Tints of Conifer #B4D45A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.98%

 BLUE value IS 90 (35.55% from 255) = 18.67%

R = 37.34%
G = 43.98%
B = 18.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#B4D45A (or 0xB4D45A) is known color: Conifer. HEX triplet: B4, D4 and 5A. RGB value is (180,212,90). Sum of RGB (Red+Green+Blue) = 180+212+90=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D45A is #4B2BA5. Grayscale: #BCBCBC. Windows color (decimal): -4926374 or 5952692. OLE color: 5952692.

HSL color Cylindrical-coordinate representation of color #B4D45A: hue angle of 75.74º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4D45A is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 212 90 -
CMYK 0.15 0 0.58 0.17
HSL 75.74º 0.59% 0.59% -
HSV(B) 75.74º 0.58% 0.83% -
XYZ 44.21 57.53 18.45 -
YUV 188.52 72.4 121.92 -
System Red Green Blue C M Y K H S L
Decimal 180 212 90 0.15 0 0.58 0.17 75.74 0.59 0.59
Hex B4 D4 5A F 0 3A 11 4C 3B 3B
Octal 264 324 132 17 0 72 21 114 73 73
Binary 10110100 11010100 1011010 1111 0 111010 10001 1001100 111011 111011

Color Harmonies of #B4D45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D45A

Black with #B4D45A

Text Example


Text Example

White with #B4D45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D45A; }

 p { color: rgb(180,212,90); }

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

background-color css

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

 a { background-color: rgb(180,212,90); }

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

border-color css

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

 span { border-color: rgb(180,212,90); }

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