Html Css Color HEX #B4D446 Conifer

📋 copy color: '#B4D446'

red 180 ◦ green 212 ◦ blue 70

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

Shades of Conifer #B4D446

Tints of Conifer #B4D446

RGB

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

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

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

R = 38.96%
G = 45.89%
B = 15.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#B4D446 (or 0xB4D446) is known color: Conifer. HEX triplet: B4, D4 and 46. RGB value is (180,212,70). Sum of RGB (Red+Green+Blue) = 180+212+70=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D446 is #4B2BB9. Grayscale: #BABABA. Windows color (decimal): -4926394 or 4641972. OLE color: 4641972.

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

Color convert

RGB 180 212 70 -
CMYK 0.15 0 0.67 0.17
HSL 73.52º 0.62% 0.55% -
HSV(B) 73.52º 0.67% 0.83% -
XYZ 43.47 57.23 14.55 -
YUV 186.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 180 212 70 0.15 0 0.67 0.17 73.52 0.62 0.55
Hex B4 D4 46 F 0 43 11 4A 3E 37
Octal 264 324 106 17 0 103 21 112 76 67
Binary 10110100 11010100 1000110 1111 0 1000011 10001 1001010 111110 110111

Color Harmonies of #B4D446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D446

Black with #B4D446

Text Example


Text Example

White with #B4D446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D446; }

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

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

background-color css

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

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

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

border-color css

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

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

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