Html Css Color HEX #B4D850 Conifer

📋 copy color: '#B4D850'

red 180 ◦ green 216 ◦ blue 80

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

Shades of Conifer #B4D850

Tints of Conifer #B4D850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.81%

R = 37.82%
G = 45.38%
B = 16.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#B4D850 (or 0xB4D850) is known color: Conifer. HEX triplet: B4, D8 and 50. RGB value is (180,216,80). Sum of RGB (Red+Green+Blue) = 180+216+80=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D850 is #4B27AF. Grayscale: #BEBEBE. Windows color (decimal): -4925360 or 5298356. OLE color: 5298356.

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

Color convert

RGB 180 216 80 -
CMYK 0.17 0 0.63 0.15
HSL 75.88º 0.64% 0.58% -
HSV(B) 75.88º 0.63% 0.85% -
XYZ 44.83 59.39 16.69 -
YUV 189.73 66.07 121.06 -
System Red Green Blue C M Y K H S L
Decimal 180 216 80 0.17 0 0.63 0.15 75.88 0.64 0.58
Hex B4 D8 50 11 0 3F F 4C 40 3A
Octal 264 330 120 21 0 77 17 114 100 72
Binary 10110100 11011000 1010000 10001 0 111111 1111 1001100 1000000 111010

Color Harmonies of #B4D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D850

Black with #B4D850

Text Example


Text Example

White with #B4D850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D850; }

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

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

background-color css

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

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

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

border-color css

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

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

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