Html Css Color HEX #B4D349 Conifer

📋 copy color: '#B4D349'

red 180 ◦ green 211 ◦ blue 73

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

Shades of Conifer #B4D349

Tints of Conifer #B4D349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.73%

R = 38.79%
G = 45.47%
B = 15.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#B4D349 (or 0xB4D349) is known color: Conifer. HEX triplet: B4, D3 and 49. RGB value is (180,211,73). Sum of RGB (Red+Green+Blue) = 180+211+73=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D349 is #4B2CB6. Grayscale: #BABABA. Windows color (decimal): -4926647 or 4838324. OLE color: 4838324.

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

Color convert

RGB 180 211 73 -
CMYK 0.15 0 0.65 0.17
HSL 73.48º 0.61% 0.56% -
HSV(B) 73.48º 0.65% 0.83% -
XYZ 43.32 56.77 14.98 -
YUV 186 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 180 211 73 0.15 0 0.65 0.17 73.48 0.61 0.56
Hex B4 D3 49 F 0 41 11 49 3D 38
Octal 264 323 111 17 0 101 21 111 75 70
Binary 10110100 11010011 1001001 1111 0 1000001 10001 1001001 111101 111000

Color Harmonies of #B4D349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D349

Black with #B4D349

Text Example


Text Example

White with #B4D349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D349; }

 p { color: rgb(180,211,73); }

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

background-color css

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

 a { background-color: rgb(180,211,73); }

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

border-color css

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

 span { border-color: rgb(180,211,73); }

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