Html Css Color HEX #B4D85C Conifer

📋 copy color: '#B4D85C'

red 180 ◦ green 216 ◦ blue 92

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

Shades of Conifer #B4D85C

Tints of Conifer #B4D85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.26%

 BLUE value IS 92 (36.33% from 255) = 18.85%

R = 36.89%
G = 44.26%
B = 18.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#B4D85C (or 0xB4D85C) is known color: Conifer. HEX triplet: B4, D8 and 5C. RGB value is (180,216,92). Sum of RGB (Red+Green+Blue) = 180+216+92=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D85C is #4B27A3. Grayscale: #BFBFBF. Windows color (decimal): -4925348 or 6084788. OLE color: 6084788.

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

Color convert

RGB 180 216 92 -
CMYK 0.17 0 0.57 0.15
HSL 77.42º 0.61% 0.6% -
HSV(B) 77.42º 0.57% 0.85% -
XYZ 45.31 59.59 19.24 -
YUV 191.1 72.07 120.08 -
System Red Green Blue C M Y K H S L
Decimal 180 216 92 0.17 0 0.57 0.15 77.42 0.61 0.6
Hex B4 D8 5C 11 0 39 F 4D 3D 3C
Octal 264 330 134 21 0 71 17 115 75 74
Binary 10110100 11011000 1011100 10001 0 111001 1111 1001101 111101 111100

Color Harmonies of #B4D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D85C

Black with #B4D85C

Text Example


Text Example

White with #B4D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D85C; }

 p { color: rgb(180,216,92); }

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

background-color css

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

 a { background-color: rgb(180,216,92); }

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

border-color css

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

 span { border-color: rgb(180,216,92); }

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