Html Css Color HEX #B6D650 Conifer

📋 copy color: '#B6D650'

red 182 ◦ green 214 ◦ blue 80

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

Shades of Conifer #B6D650

Tints of Conifer #B6D650

RGB

 RED value IS 182 (71.48% from 255) = 38.24%

 GREEN value IS 214 (83.98% from 255) = 44.96%

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

R = 38.24%
G = 44.96%
B = 16.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#B6D650 (or 0xB6D650) is known color: Conifer. HEX triplet: B6, D6 and 50. RGB value is (182,214,80). Sum of RGB (Red+Green+Blue) = 182+214+80=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D650 is #4929AF. Grayscale: #BDBDBD. Windows color (decimal): -4794800 or 5297846. OLE color: 5297846.

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

Color convert

RGB 182 214 80 -
CMYK 0.15 0 0.63 0.16
HSL 74.33º 0.62% 0.58% -
HSV(B) 74.33º 0.63% 0.84% -
XYZ 44.79 58.62 16.54 -
YUV 189.16 66.4 122.9 -
System Red Green Blue C M Y K H S L
Decimal 182 214 80 0.15 0 0.63 0.16 74.33 0.62 0.58
Hex B6 D6 50 F 0 3F 10 4A 3E 3A
Octal 266 326 120 17 0 77 20 112 76 72
Binary 10110110 11010110 1010000 1111 0 111111 10000 1001010 111110 111010

Color Harmonies of #B6D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D650

Black with #B6D650

Text Example


Text Example

White with #B6D650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D650; }

 p { color: rgb(182,214,80); }

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

background-color css

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

 a { background-color: rgb(182,214,80); }

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

border-color css

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

 span { border-color: rgb(182,214,80); }

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