Html Css Color HEX #B4D965 Conifer

📋 copy color: '#B4D965'

red 180 ◦ green 217 ◦ blue 101

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

Shades of Conifer #B4D965

Tints of Conifer #B4D965

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.57%

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 36.14%
G = 43.57%
B = 20.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#B4D965 (or 0xB4D965) is known color: Conifer. HEX triplet: B4, D9 and 65. RGB value is (180,217,101). Sum of RGB (Red+Green+Blue) = 180+217+101=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D965 is #4B269A. Grayscale: #C1C1C1. Windows color (decimal): -4925083 or 6674868. OLE color: 6674868.

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

Color convert

RGB 180 217 101 -
CMYK 0.17 0 0.53 0.15
HSL 79.14º 0.6% 0.62% -
HSV(B) 79.14º 0.53% 0.85% -
XYZ 45.98 60.27 21.52 -
YUV 192.71 76.24 118.93 -
System Red Green Blue C M Y K H S L
Decimal 180 217 101 0.17 0 0.53 0.15 79.14 0.6 0.62
Hex B4 D9 65 11 0 35 F 4F 3C 3E
Octal 264 331 145 21 0 65 17 117 74 76
Binary 10110100 11011001 1100101 10001 0 110101 1111 1001111 111100 111110

Color Harmonies of #B4D965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D965

Black with #B4D965

Text Example


Text Example

White with #B4D965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D965; }

 p { color: rgb(180,217,101); }

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

background-color css

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

 a { background-color: rgb(180,217,101); }

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

border-color css

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

 span { border-color: rgb(180,217,101); }

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