Html Css Color HEX #B4D561 Conifer

📋 copy color: '#B4D561'

red 180 ◦ green 213 ◦ blue 97

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

Shades of Conifer #B4D561

Tints of Conifer #B4D561

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

 BLUE value IS 97 (38.28% from 255) = 19.8%

R = 36.73%
G = 43.47%
B = 19.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#B4D561 (or 0xB4D561) is known color: Conifer. HEX triplet: B4, D5 and 61. RGB value is (180,213,97). Sum of RGB (Red+Green+Blue) = 180+213+97=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D561 is #4B2A9E. Grayscale: #BEBEBE. Windows color (decimal): -4926111 or 6411700. OLE color: 6411700.

HSL color Cylindrical-coordinate representation of color #B4D561: hue angle of 77.07º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4D561 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 213 97 -
CMYK 0.15 0 0.54 0.16
HSL 77.07º 0.58% 0.61% -
HSV(B) 77.07º 0.54% 0.84% -
XYZ 44.77 58.15 20.17 -
YUV 189.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 180 213 97 0.15 0 0.54 0.16 77.07 0.58 0.61
Hex B4 D5 61 F 0 36 10 4D 3A 3D
Octal 264 325 141 17 0 66 20 115 72 75
Binary 10110100 11010101 1100001 1111 0 110110 10000 1001101 111010 111101

Color Harmonies of #B4D561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D561

Black with #B4D561

Text Example


Text Example

White with #B4D561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D561; }

 p { color: rgb(180,213,97); }

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

background-color css

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

 a { background-color: rgb(180,213,97); }

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

border-color css

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

 span { border-color: rgb(180,213,97); }

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